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 458-465 Link Here
458
                .change();
458
                .change();
459
459
460
            $(".patron_attributes_types").each(function () {
460
            $(".patron_attributes_types").each(function () {
461
                var tableid = $(this).attr("id");
461
                $(this).kohaTable(
462
                $(tableid).kohaTable(
463
                    {
462
                    {
464
                        paginate: false,
463
                        paginate: false,
465
                        autoWidth: false,
464
                        autoWidth: false,
466
- 

Return to bug 26553