]> git.koha-community.org Git - koha.git/commit
Bug 11801: In transit hold items incorrectly labels as "Waiting to be pulled" on...
authorJonathan Druart <jonathan.druart@biblibre.com>
Thu, 20 Feb 2014 15:06:36 +0000 (10:06 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 18 Jun 2014 21:11:53 +0000 (21:11 +0000)
commit7ef04729902ba7e1fb5e64367b1d473de41b7726
treee1c6b76f1dabd4e584f773389811c4939f544334
parent07dfccd318c0b97e25c886b2e7f448a2e5110d29
Bug 11801: In transit hold items incorrectly labels as "Waiting to be pulled" on request.pl

If an item needs to be transferred to fill a hold, the hold will be
listed as 'Waiting to be pulled" while it is in transit.

Test Plan:
1) Place a hold for pickup at another library
2) Check in the item, confirm the hold transfer
3) View the holds for that record ( request.pl )
4) Note the priority is "In transit" and the status is 'Waiting to be
   pulled".
5) Apply this patch
6) Reload the holds page
7) Note the status is now "Item being transferred to $branch"

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
reserve/request.pl