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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to