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 327-336 Acquisitions › Koha Link Here
327
        var MSG_NO_FUND_SELECTED = _("No fund selected.");
327
        var MSG_NO_FUND_SELECTED = _("No fund selected.");
328
        $(document).ready(function() {
328
        $(document).ready(function() {
329
            $('span.hint').hide();
329
            $('span.hint').hide();
330
            var columns_settings;// = [% TablesSettings.GetColumns( 'acqui', 'histsearch', 'histsearcht', 'json' ) | $raw %];
331
            KohaTable("table_orders", {
330
            KohaTable("table_orders", {
332
                "bPaginate": false
331
                "bPaginate": false
333
            }, columns_settings );
332
            });
334
333
335
            [% IF op == 'search' OR op == 'select' %]
334
            [% IF op == 'search' OR op == 'select' %]
336
                patron_autocomplete({
335
                patron_autocomplete({
337
- 

Return to bug 29648