@@ -, +, @@ - Check some items out, all from different libraries - Modify the checkout and due dates, like: 2018-10-22 2018-01-23 2018-05-27 - Sort by checkout date, verify it is actually sorting on homebranch - Apply patch - Reload page - Note you can now sort items correctly --- koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js +++ a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js @@ -377,7 +377,7 @@ $(document).ready(function() { "bVisible": false, }, { - "iDataSort": 9, // Sort on hidden unformatted issuedate column + "iDataSort": 10, // Sort on hidden unformatted issuedate column "mDataProp": "issuedate_formatted", }, { --