[Koha-bugs] [Bug 21562] Sorting on checkout date is broken

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 24 22:46:41 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21562

--- Comment #4 from Alex Buckley <alexbuckley at catalyst.net.nz> ---
Created attachment 81090
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=81090&action=edit
Bug 21562: Fix sort by checkout date in the circulation table

The sort is done in SQL but resort by DataTables when displaying the
results.
iDataSort should be used to mimick date_due sort behavior.

Test plan:
- Check some items out
- Modify the checkout and due dates, like:
    2018-10-22
    2018-01-23
    2018-05-27
- Sort by checkout date, then due date. The sort should be correct for
all values of the DateFormat syspref

Followed test plan, patch works as described and passes QA test tool

Signed-off-by: Alex Buckley <alexbuckley at catalyst.net.nz>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list