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

Return to bug 26553