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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt (-3 / +1 lines)
Lines 328-337 Acquisitions › Koha Link Here
328
        var MSG_NO_FUND_SELECTED = _("No fund selected.");
328
        var MSG_NO_FUND_SELECTED = _("No fund selected.");
329
        $(document).ready(function() {
329
        $(document).ready(function() {
330
            $('span.hint').hide();
330
            $('span.hint').hide();
331
            var columns_settings;// = [% TablesSettings.GetColumns( 'acqui', 'histsearch', 'histsearcht', 'json' ) | $raw %];
332
            KohaTable("table_orders", {
331
            KohaTable("table_orders", {
333
                "bPaginate": false
332
                "bPaginate": false
334
            }, columns_settings );
333
            });
335
334
336
            [% IF op == 'search' OR op == 'select' %]
335
            [% IF op == 'search' OR op == 'select' %]
337
                patron_autocomplete({
336
                patron_autocomplete({
338
- 

Return to bug 29648