View | Details | Raw Unified | Return to bug 26553
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (-3 / +1 lines)
Lines 441-448 Link Here
441
                .change();
441
                .change();
442
442
443
            $(".patron_attributes_types").each(function () {
443
            $(".patron_attributes_types").each(function () {
444
                var tableid = $(this).attr("id");
444
                $(this).kohaTable(
445
                $(tableid).kohaTable(
446
                    {
445
                    {
447
                        paginate: false,
446
                        paginate: false,
448
                        autoWidth: false,
447
                        autoWidth: false,
449
- 

Return to bug 26553