The "Item hasn't been transferred yet" message on circulation.pl and moremember.pl in the holds table shows the pickup branch rather than holding branch.
Created attachment 32428 [details] [review] Bug 13099 - "Item hasn't been transferred yet" shows pickup branch rather than holding branch The "Item hasn't been transferred yet" message on circulation.pl and moremember.pl in the holds table shows the pickup branch rather than holding branch. Test Plan: 1) Place an item on hold for a patron 2) Check the item in to set the hold to waiting 3) Place an item level hold for another patron, make the pickup location be a different library 4) Load the holds tab on the patron details page for the second patron 5) Note it says "Item hasn't been transferred yet from <Pickup Library>" 6) Apply this patch 7) Repeat step 4 8) Note the library listed is now the holding library
Created attachment 32555 [details] [review] Bug 13099 - "Item hasn't been transferred yet" shows pickup branch rather than holding branch I've applied against master 3.17.00.029 Everything is ok. The library listed now is the holding library (current location). So I pass the patch to "Signed Off" status.
Created attachment 32742 [details] [review] [PASSED QA] Bug 13099 - "Item hasn't been transferred yet" shows pickup branch rather than holding branch The "Item hasn't been transferred yet" message on circulation.pl and moremember.pl in the holds table shows the pickup branch rather than holding branch. Test Plan: 1) Place an item on hold for a patron 2) Check the item in to set the hold to waiting 3) Place an item level hold for another patron, make the pickup location be a different library 4) Load the holds tab on the patron details page for the second patron 5) Note it says "Item hasn't been transferred yet from <Pickup Library>" 6) Apply this patch 7) Repeat step 4 8) Note the library listed is now the holding library Signed-off-by: Paola Rossi <paola.rossi@cineca.it> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Works as described and passes tests and QA script.
Patch pushed to master. Thanks Kyle!