http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12088
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #27489|0 |1 is obsolete| | --- Comment #3 from David Cook <[email protected]> --- Created attachment 27504 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=27504&action=edit Bug 12088 [Revised] Improve date handling and sorting in holds to pull report The holds to pull report could be improved by improving sorting on the title and date columns. This patch adds "anti-the" sorting to the title column and "title-string" sorting to the date column. Date formatting of another variable has been moved to the template for formatting using KohaDates. The patch includes other corrections for HTML validity. To test, apply the patch and view the holds to pull report. - Sorting by date should work correctly regardless of dateformat system preference setting. - Sorting of the title columns should correctly ignore articles. - Formatting of the "Reported on" date should be correct. Revision incorporates the corrections made by Bug 12127 and converts those changes to use class-based sorting. Signed-off-by: David Cook <[email protected]> The patch works as described. Thanks for including and improving the changes from Bug 12127, Owen! -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
