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

Owen Leonard <oleon...@myacpl.org> changed:

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

--- Comment #12 from Owen Leonard <oleon...@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 <oleon...@myacpl.org>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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