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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-3 / +4 lines)
Lines 103-113 Link Here
103
        var orderst = $("#orders").dataTable($.extend(true, {}, dataTablesDefaults, {
103
        var orderst = $("#orders").dataTable($.extend(true, {}, dataTablesDefaults, {
104
            "sPaginationType": "four_button",
104
            "sPaginationType": "four_button",
105
            [% IF ( active ) %]
105
            [% IF ( active ) %]
106
              [% UNLESS ( closedate ) %]
107
                "aoColumnDefs": [
106
                "aoColumnDefs": [
108
                    { "aTargets": [ -1, -2 ], "bSortable": false, "bSearchable": false },
107
                    [% UNLESS ( closedate ) %]
108
                        { "aTargets": [ -1, -2 ], "bSortable": false, "bSearchable": false },
109
                    [% END %]
110
                    { "sType": "anti-the", "aTargets": [ 0 ] }
109
                ],
111
                ],
110
              [% END %]
111
            [% END %]
112
            [% END %]
112
        } ) );
113
        } ) );
113
        var cancelledorderst = $("#cancelledorderst").dataTable($.extend(true, {}, dataTablesDefaults, {
114
        var cancelledorderst = $("#cancelledorderst").dataTable($.extend(true, {}, dataTablesDefaults, {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt (-1 / +4 lines)
Lines 13-19 Link Here
13
            bInfo: false,
13
            bInfo: false,
14
            bPaginate: false,
14
            bPaginate: false,
15
            bFilter: false,
15
            bFilter: false,
16
            sDom: "t"
16
            sDom: "t",
17
            "aoColumnDefs": [
18
                { "sType": "anti-the", "aTargets": [ 0 ] }
19
            ]
17
        }));
20
        }));
18
    });
21
    });
19
//]]>
22
//]]>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-3 / +2 lines)
Lines 24-30 Link Here
24
            "aoColumns": [
24
            "aoColumns": [
25
                { "sType": "num-html" },
25
                { "sType": "num-html" },
26
                { "sType": "num-html" },
26
                { "sType": "num-html" },
27
                { "sType": "html" },
27
                { "sType": "anti-the" },
28
                null,
28
                null,
29
                null,
29
                null,
30
                null,
30
                null,
Lines 65-71 Link Here
65
                { "sType": "num-html" },
65
                { "sType": "num-html" },
66
                { "sType": "num-html" },
66
                { "sType": "num-html" },
67
                { "sType": "html" },
67
                { "sType": "html" },
68
                { "sType": "html" },
68
                { "sType": "anti-the" },
69
                null,
69
                null,
70
                null,
70
                null,
71
                null,
71
                null,
72
- 

Return to bug 11203