For some libraries, the current information specified in the patron results when search for a patron to place hold is insufficient. These libraries would like the branchcode to be added to the results to help identify the correct patron.
Created attachment 31681 [details] [review] Bug 12943 - Add patron branchcode to patron search results for holds For some libraries, the current information specified in the patron results when search for a patron to place hold is insufficient. These libraries would like the branchcode to be added to the results to help identify the correct patron. Test Plan: 1) Apply this patch 2) Browse to the holds for a record 3) Search for patrons from the record holds screen 4) Note the patron results now have the branchcode after the patron type
It should be noted that this patch brings the patron search results for holds in line with the patron search results for checkouts. In that sense, this could be considered a bug fix.
Created attachment 31793 [details] [review] [SIGNED OFF] Bug 12943 - Add patron branchcode to patron search results for holds For some libraries, the current information specified in the patron results when search for a patron to place hold is insufficient. These libraries would like the branchcode to be added to the results to help identify the correct patron. Test Plan: 1) Apply this patch 2) Browse to the holds for a record 3) Search for patrons from the record holds screen 4) Note the patron results now have the branchcode after the patron type Signed-off-by: Nick Clemens <nick@quecheelibrary.org>
My first filling was to want the branchname instead of the branchcode. But this will add 1 DB request per result.
Created attachment 31888 [details] [review] Bug 12943 - Add patron branchcode to patron search results for holds For some libraries, the current information specified in the patron results when search for a patron to place hold is insufficient. These libraries would like the branchcode to be added to the results to help identify the correct patron. Test Plan: 1) Apply this patch 2) Browse to the holds for a record 3) Search for patrons from the record holds screen 4) Note the patron results now have the branchcode after the patron type Signed-off-by: Nick Clemens <nick@quecheelibrary.org> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Patch pushed to master. Thanks Kyle!