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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt (-2 / +1 lines)
Lines 196-202 Link Here
196
            KohaTable("holdst", {
196
            KohaTable("holdst", {
197
                "aaSorting": [ [2,'desc'], [3,'asc'] ],
197
                "aaSorting": [ [2,'desc'], [3,'asc'] ],
198
                  "aoColumnDefs": [
198
                  "aoColumnDefs": [
199
                      { "aTargets": [ 0,1,2,8 ], "sType": "natural" },
199
                      { "aTargets": [ 8 ], "sType": "natural" },
200
                      { "aTargets": [ 3 ], "sType": "anti-the" },
200
                      { "aTargets": [ 3 ], "sType": "anti-the" },
201
                    ],
201
                    ],
202
                "sPaginationType": "full",
202
                "sPaginationType": "full",
203
- 

Return to bug 29279