Koha/koha-tmpl/intranet-tmpl/prog/en
Owen Leonard bfaf07b278 Fix for Bug 7019 - Circulation History Sort Order Wrong
The return column sort was not using the right sort algorithm
because it was confused by the combination of date data and
text data ("Checked out"). I've added an explicit instruction
to sort by date. The downside to this change is that checked
out items are sorted with the oldest checkouts rather than
the newest:

Checked Out
Checked Out
10/14/1988
07/14/2005

Not perfect, but an improvement over completely incorrect
sorting. This patch also adds the necessary check for system
dateformat preference to properly sort metric dates.

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2011-10-15 14:21:06 +13:00
..
css Fix for Bug 5898 - search to hold feature not clearing 2011-10-13 11:11:56 +13:00
includes Fix for Bug 6970 - logout not redirecting to login page 2011-10-14 15:57:45 +13:00
js Fix for Bug 6970 - logout not redirecting to login page 2011-10-14 15:57:45 +13:00
lib Bug 6748 - Add link to fast add framework while circulating, if a barcode is not found 2011-08-26 15:03:01 +12:00
modules Fix for Bug 7019 - Circulation History Sort Order Wrong 2011-10-15 14:21:06 +13:00
xslt Bug 6519 : Changing analytic searches from Title: to ti,phr 2011-10-14 10:16:53 +13:00
columns.def Bug 5268: Change all occurances of 'debar' to 'restrict' 2011-06-07 11:28:01 +12:00