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

(-)a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js (-2 / +1 lines)
Lines 191-197 $(document).ready(function() { Link Here
191
                    "bVisible": false,
191
                    "bVisible": false,
192
                },
192
                },
193
                {
193
                {
194
                    "iDataSort": 1, // Sort on hidden unformatted date due column
194
                    "iDataSort": 2, // Sort on hidden unformatted date due column
195
                    "mDataProp": function( oObj ) {
195
                    "mDataProp": function( oObj ) {
196
                        var due = oObj.date_due_formatted;
196
                        var due = oObj.date_due_formatted;
197
197
198
- 

Return to bug 13982