Koha/koha-tmpl/intranet-tmpl/prog/en/modules/members
Fridolyn SOMERS dbd6befa5d Bug 7019: fix sorting by return date in Circulation History
The "return date" column sort is not using the date sort algorithm because it is
confused by the combination of date data and text data ("Checked out").

This patch adds the use of datatable "title-string" sort type.
With that, the date in ISO format are used for sorting and because
letters are before numbers, "Checked out" rows are more recent than any date.

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: Srdjan <srdjan@catalyst.net.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2013-07-17 15:03:32 +00:00
..
boraccount.tt Bug 6413 - QA Followup - Add notes for 'Pay selected' 2013-05-21 16:32:12 -07:00
deletemem.tt
files.tt Bug 6261 [Revised] Consolidate patron toolbar include files 2012-12-27 18:36:42 -05:00
guarantor_search.tt
mancredit.tt Bug 8215 - Course Reserves 2013-05-21 15:50:55 -07:00
maninvoice.tt Bug 8215 - Course Reserves 2013-05-21 15:50:55 -07:00
member-flags.tt Bug 8061: RTL CSS overrides (staff client) 2013-04-07 12:51:54 -04:00
member-password.tt
member.tt Bug 7067 [Follow-up: templates] allow patron self registration via the opac 2012-12-14 08:08:59 -05:00
memberentrygen.tt Bug 10507: improve warning about duplicate patron attribute value 2013-07-12 20:57:09 +00:00
members-update.tt Bug 9997 - Suspected typo in patron self registration code 2013-04-18 08:33:10 -04:00
moremember-brief.tt Bug 9406: ensure confirmation of patron renewal is displayed 2013-03-30 21:22:00 -04:00
moremember-print.tt Bug 10370: Add item barcode to circulation print summary page 2013-06-07 09:00:56 -07:00
moremember-receipt.tt Bug 9265 - Switch to HTML5 doctype in OPAC and staff client 2013-01-31 11:47:04 -05:00
moremember.tt Bug 10221 - hold expiration doesn't show on patron's list of holds 2013-06-07 08:48:34 -07:00
notices.tt Bug 9463 [Revised] Use DataTables on patron sent notices page 2013-04-15 09:16:02 -04:00
pay.tt Bug 6413 - QA Followup - Remove extra table column header 2013-05-21 16:32:21 -07:00
paycollect.tt Bug 6413 - QA Followup - Add notes for 'Pay selected' 2013-05-21 16:32:12 -07:00
printfeercpt.tt Bug 9265 - Switch to HTML5 doctype in OPAC and staff client 2013-01-31 11:47:04 -05:00
printinvoice.tt Bug 9265 - Switch to HTML5 doctype in OPAC and staff client 2013-01-31 11:47:04 -05:00
readingrec.tt Bug 7019: fix sorting by return date in Circulation History 2013-07-17 15:03:32 +00:00
routing-lists.tt Bug 6261 [Revised] Consolidate patron toolbar include files 2012-12-27 18:36:42 -05:00
search.tt
statistics.tt Bug 9464 - Update DataTables configuration on patron statistics page 2013-03-20 15:29:20 -04:00
update-child.tt Bug 2774 - Path to theme is hard-coded in many places 2013-05-20 11:11:04 -07:00