https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37636 Bug ID: 37636 Summary: Checkout slip prints out of order Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com
From bug 19935 - the ordering for checkouts is: ORDER BY `me`.`timestamp` DESC, `issuedate` DESC, `issue_id` DESC
When the automatic_renewals cron updates checkouts it can change the timestamp even if not renewing. We should have an order on the due date, or make this customizable. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.