[Koha-bugs] [Bug 7019] Circulation History Sort Order Wrong

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 26 18:44:12 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7019

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #15589|0                           |1
        is obsolete|                            |

--- Comment #12 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 15710
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15710&action=edit
[SIGNED-OFF] Bug 7019: Circulation History Sort Order Wrong (in datatable)

The return column sort is using the right sort algorithm because it was
confused by the combination of date data and text data ("Checked out").

This patch adds an explicit instruction to sort by date for UK and US
formats.

Test plan :
- set dateformat syspref to "dd/mm/yyyy"
- Go to members/readingrec.pl for a borrower having a old issues and
checked out issues
=> Check that sort of "Return date" is correct.
For example :
With patch :
  20/01/2011
  06/03/2011
  20/03/2011
  Checked Out
Without patch :
  06/03/2011
  20/01/2011
  20/03/2011
  Checked Out
- Test also with dateformat syspref "mm/dd/yyyy"

Signed-off-by: Owen Leonard <oleonard at myacpl.org>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list