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 1233-1239 Link Here
1233
                    Dopop('hold-transfer-slip.pl?reserve_id=[% reserve_id | uri %]');
1233
                    Dopop('hold-transfer-slip.pl?reserve_id=[% reserve_id | uri %]');
1234
                [% END %]
1234
                [% END %]
1235
            [% END %]
1235
            [% END %]
1236
            var columns_settings = [% TablesSettings.GetColumns( 'circ', 'returns', 'checkedintable', 'json' ) | $raw %]
1236
            var table_settings = [% TablesSettings.GetTableSettings( 'circ', 'returns', 'checkedintable', 'json' ) | $raw %]
1237
1237
1238
            [% IF recall_slip %]
1238
            [% IF recall_slip %]
1239
                Dopop('/cgi-bin/koha/recalls/recall_pickup_slip.pl?recall_id=[% recall_id | uri %]');
1239
                Dopop('/cgi-bin/koha/recalls/recall_pickup_slip.pl?recall_id=[% recall_id | uri %]');
Lines 1245-1251 Link Here
1245
                    "bInfo":false,
1245
                    "bInfo":false,
1246
                    "bSort":false,
1246
                    "bSort":false,
1247
                    "dom": 'B<"clearfix">t',
1247
                    "dom": 'B<"clearfix">t',
1248
                    }, columns_settings);
1248
                    }, table_settings);
1249
1249
1250
            $("#exemptcheck").change(function () {
1250
            $("#exemptcheck").change(function () {
1251
                if (this.checked == true) {
1251
                if (this.checked == true) {
1252
- 

Return to bug 29648