Bug 13982: Checkouts table not sorting on correct column
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / js / checkouts.js
index 7607aae..23a8426 100644 (file)
@@ -191,7 +191,7 @@ $(document).ready(function() {
                     "bVisible": false,
                 },
                 {
-                    "iDataSort": 1, // Sort on hidden unformatted date due column
+                    "iDataSort": 2, // Sort on hidden unformatted date due column
                     "mDataProp": function( oObj ) {
                         var due = oObj.date_due_formatted;