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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-4 / +5 lines)
Lines 92-102 Link Here
92
        var orderst = $("#orders").dataTable($.extend(true, {}, dataTablesDefaults, {
92
        var orderst = $("#orders").dataTable($.extend(true, {}, dataTablesDefaults, {
93
            "sPaginationType": "four_button",
93
            "sPaginationType": "four_button",
94
            [% IF ( active ) %]
94
            [% IF ( active ) %]
95
              [% UNLESS ( closedate ) %]
96
                "aoColumnDefs": [
95
                "aoColumnDefs": [
97
                    { "aTargets": [ -1, -2 ], "bSortable": false, "bSearchable": false },
96
                    [% UNLESS ( closedate ) %]
97
                        { "aTargets": [ -1, -2 ], "bSortable": false, "bSearchable": false },
98
                    [% END %]
99
                    { "sType": "anti-the", "aTargets": [ "anti-the" ] }
98
                ],
100
                ],
99
              [% END %]
100
            [% END %]
101
            [% END %]
101
        } ) );
102
        } ) );
102
        var cancelledorderst = $("#cancelledorderst").dataTable($.extend(true, {}, dataTablesDefaults, {
103
        var cancelledorderst = $("#cancelledorderst").dataTable($.extend(true, {}, dataTablesDefaults, {
Lines 391-397 Link Here
391
                <thead>
392
                <thead>
392
                    <tr>
393
                    <tr>
393
                        <th>No.</th>
394
                        <th>No.</th>
394
                        <th>Order</th>
395
                        <th class="anti-the">Order</th>
395
                        <th class="gste">RRP tax exc.</th>
396
                        <th class="gste">RRP tax exc.</th>
396
                        <th class="gste">ecost tax exc.</th>
397
                        <th class="gste">ecost tax exc.</th>
397
                        <th class="gsti">RRP tax inc.</th>
398
                        <th class="gsti">RRP tax inc.</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt (-2 / +5 lines)
Lines 27-33 Link Here
27
            bInfo: false,
27
            bInfo: false,
28
            bPaginate: false,
28
            bPaginate: false,
29
            bFilter: false,
29
            bFilter: false,
30
            sDom: "t"
30
            sDom: "t",
31
            "aoColumnDefs": [
32
                { "sType": "anti-the", "aTargets": [ "anti-the" ] }
33
            ]
31
        }));
34
        }));
32
[% IF ( (Koha.Preference('AcqEnableFiles')) && files ) %]
35
[% IF ( (Koha.Preference('AcqEnableFiles')) && files ) %]
33
        $("#invoice_files_table").dataTable($.extend(true, {}, dataTablesDefaults, {
36
        $("#invoice_files_table").dataTable($.extend(true, {}, dataTablesDefaults, {
Lines 131-137 Link Here
131
          <table id="orderst">
134
          <table id="orderst">
132
            <thead>
135
            <thead>
133
              <tr>
136
              <tr>
134
                <th>Summary</th>
137
                <th class="anti-the">Summary</th>
135
                <th>Library</th>
138
                <th>Library</th>
136
                <th class="gste">Actual cost tax exc.</th>
139
                <th class="gste">Actual cost tax exc.</th>
137
                <th class="gsti">Actual cost tax inc.</th>
140
                <th class="gsti">Actual cost tax inc.</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-3 / +2 lines)
Lines 32-38 Link Here
32
                { "sType": "html" },
32
                { "sType": "html" },
33
                { "sType": "html" },
33
                { "sType": "html" },
34
                { "sType": "num-html" },
34
                { "sType": "num-html" },
35
                { "sType": "html" },
35
                { "sType": "anti-the" },
36
                null,
36
                null,
37
                null,
37
                null,
38
                null,
38
                null,
Lines 76-82 Link Here
76
                { "sType": "html" },
76
                { "sType": "html" },
77
                { "sType": "html" },
77
                { "sType": "html" },
78
                { "sType": "num-html" },
78
                { "sType": "num-html" },
79
                null,
79
                { "sType": "anti-the" },
80
                null,
80
                null,
81
                null,
81
                null,
82
                null,
82
                null,
83
- 

Return to bug 11203