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

Return to bug 35329