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

(-)a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js (-2 / +1 lines)
Lines 377-383 $(document).ready(function() { Link Here
377
                    "bVisible": false,
377
                    "bVisible": false,
378
                },
378
                },
379
                {
379
                {
380
                    "iDataSort": 9, // Sort on hidden unformatted issuedate column
380
                    "iDataSort": 10, // Sort on hidden unformatted issuedate column
381
                    "mDataProp": "issuedate_formatted",
381
                    "mDataProp": "issuedate_formatted",
382
                },
382
                },
383
                {
383
                {
384
- 

Return to bug 25890