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 652-657 Link Here
652
                    });
652
                    });
653
                },
653
                },
654
                [% END %]
654
                [% END %]
655
                fixedHeader: false,
655
            }, typeof table_settings !== 'undefined' ? table_settings : null, 1, additional_filters);
656
            }, typeof table_settings !== 'undefined' ? table_settings : null, 1, additional_filters);
656
657
657
            patron_search_form.on('submit', filter);
658
            patron_search_form.on('submit', filter);
658
- 

Return to bug 35329