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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc (-1 / +1 lines)
Lines 654-659 Link Here
654
                    });
654
                    });
655
                },
655
                },
656
                [% END %]
656
                [% END %]
657
                fixedHeader: false,
657
            }, typeof table_settings !== 'undefined' ? table_settings : null, 1, additional_filters);
658
            }, typeof table_settings !== 'undefined' ? table_settings : null, 1, additional_filters);
658
659
659
            patron_search_form.on('submit', filter);
660
            patron_search_form.on('submit', filter);
660
- 

Return to bug 35329