Summary: | Holds Awaiting Pickup sorting by title before surname | ||
---|---|---|---|
Product: | Koha | Reporter: | Andrew Fuerste-Henry <andrew> |
Component: | Circulation | Assignee: | Nick Clemens (kidclamp) <nick> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | 1joynelson, gmcharlt, kyle.m.hall, lucas, martin.renvoize, nick |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
20.05.00, 19.11.04, 19.05.09
|
|
Circulation function: | |||
Attachments: |
Bug 24514: Add option to exclude title from patron-title.inc
Bug 24514: Add option to exclude title from patron-title.inc Bug 24514: Add option to exclude title from patron-title.inc Bug 24514: Add option to exclude title from patron-title.inc and use it on 'holds awaiting pickup' |
Description
Andrew Fuerste-Henry
2020-01-24 16:48:46 UTC
Created attachment 97891 [details] [review] Bug 24514: Add option to exclude title from patron-title.inc Created attachment 98982 [details] [review] Bug 24514: Add option to exclude title from patron-title.inc Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> Created attachment 98983 [details] [review] Bug 24514: Add option to exclude title from patron-title.inc Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> To test: - generate and capture a hold for a patron named "Mr. A A" - generate and capture a hold for a patron named "A A" - generste and capture a hold for patron named "Mr. B B" - generste and capture a hold for patron named "B B" - go to holds awaiting pickup - sort by patron name ascending - holds sort Mr. A, Mr. B, A, B - sort by patron name descending - holds sort B, A, Mr. B, Mr. A - APPLY PATCH - Reload holds awaiting pickup - Confirm holds sort on Surname Nick, you know better... commit message including only of a subject is a little spare ;) I'll fix it up. Created attachment 99134 [details] [review] Bug 24514: Add option to exclude title from patron-title.inc and use it on 'holds awaiting pickup' Without this patch sorting by patron name on the 'holds awaiting pickup' report sorted by title, surname, firstname. With this patch the list will sort by surname, firstname, ignoring the title. To test: - generate and capture a hold for a patron named "Mr. A A" - generate and capture a hold for a patron named "A A" - generste and capture a hold for patron named "Mr. B B" - generste and capture a hold for patron named "B B" - go to holds awaiting pickup - sort by patron name ascending - holds sort Mr. A, Mr. B, A, B - sort by patron name descending - holds sort B, A, Mr. B, Mr. A - APPLY PATCH - Reload holds awaiting pickup - Confirm holds sort on Surname Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Nice work everyone! Pushed to master for 20.05 Pushed to 19.11.x for 19.11.04 backported to 19.05.x for 19.05.09 |