Bug 9903 - Sort by date broken on patron detail page
authorOwen Leonard <oleonard@myacpl.org>
Tue, 9 Apr 2013 12:55:45 +0000 (08:55 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 24 Apr 2013 13:11:19 +0000 (09:11 -0400)
commit0c76032738ffd4c18e5a90e68a27b46c9d82a37a
tree56e0cae831c609304388447c055647ddb31f2f0a
parentc396d731ec72c8b68228ff4f9c648c17cf20c773
Bug 9903 - Sort by date broken on patron detail page

When the patron detail page switched to DataTables no accommodation was
made for metric date formats in sorting.

This patch adds sorting based on data in a span's title attribute, and
thus requires that the patch for Bug 9887 be applied.

To test, view the detail page for a patron who has assorted checkouts,
relatives' checkouts, and holds. Sorting of date columns should be
correct with the dateformat preference set to any value.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
All tests and QA script pass.
Nice improvement.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt
members/moremember.pl