Hello, This is a small correction, but the summary-print.pl sort by descending due date... it would be preferable to sort it in ascending order to obtain the earliest due date on the first line.
Maybe we could make the sort configurable - the page is supposed to use column configuration, but I seem to remember another bug about it.
Created attachment 167220 [details] [review] Bug 36974: Sort summary print by ascending due date Test plan: 1) Choose a patron with some checkouts 2) On print menu choose "Print summary" 3) Normally the list is sorted on descending due date.. and if the date is the same for multiple items, on issue_id (from database). 4) Apply this patch 5) Now the sort on due date is ascending to show the earliest due date on the first line. Sponsored by BibLibre
(In reply to Katrin Fischer from comment #1) > Maybe we could make the sort configurable - the page is supposed to use > column configuration, but I seem to remember another bug about it. Hi Katrin, you replied quickly :) I was already writing the commit... how do you see this sorting, where would it take place?
"the sort configuration" I mean :)
In administration > table configuration. See also: Bug 36475 - members/summary-print.pl tables cannot be column configured Some tables already allow configuration of sorting.
I've submitted a patch for Bug 36475 which I think makes this bug obsolete.
Hello Yes I test it and make this one obsolete, thanks :)
*** This bug has been marked as a duplicate of bug 36475 ***