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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-3 / +2 lines)
Lines 1231-1237 Link Here
1231
                    Dopop('hold-transfer-slip.pl?reserve_id=[% reserve_id | uri %]');
1231
                    Dopop('hold-transfer-slip.pl?reserve_id=[% reserve_id | uri %]');
1232
                [% END %]
1232
                [% END %]
1233
            [% END %]
1233
            [% END %]
1234
            var columns_settings = [% TablesSettings.GetColumns( 'circ', 'returns', 'checkedintable', 'json' ) | $raw %]
1234
            var table_settings = [% TablesSettings.GetTableSettings( 'circ', 'returns', 'checkedintable', 'json' ) | $raw %]
1235
1235
1236
            [% IF recall_slip %]
1236
            [% IF recall_slip %]
1237
                Dopop('/cgi-bin/koha/recalls/recall_pickup_slip.pl?recall_id=[% recall_id | uri %]');
1237
                Dopop('/cgi-bin/koha/recalls/recall_pickup_slip.pl?recall_id=[% recall_id | uri %]');
Lines 1243-1249 Link Here
1243
                    "bInfo":false,
1243
                    "bInfo":false,
1244
                    "bSort":false,
1244
                    "bSort":false,
1245
                    "dom": 'B<"clearfix">t',
1245
                    "dom": 'B<"clearfix">t',
1246
                    }, columns_settings);
1246
                    }, table_settings);
1247
1247
1248
            $("#exemptcheck").change(function () {
1248
            $("#exemptcheck").change(function () {
1249
                if (this.checked == true) {
1249
                if (this.checked == true) {
1250
- 

Return to bug 29648