]> git.koha-community.org Git - koha.git/commit
Bug 12892 : Alternate fix to restore the deleted code
authorChris Cormack <chris@bigballofwax.co.nz>
Wed, 5 Nov 2014 07:00:39 +0000 (20:00 +1300)
committerMason James <mtj@kohaaloha.com>
Thu, 22 Jan 2015 17:51:38 +0000 (06:51 +1300)
commite94c8136b8b7196db8e49207fcdd5c6093a210c7
tree4bd51d1b35a47ebfe264f7ff4df3b9b221f382de
parent070c80d31bb021949a5da93518d269294dae00c0
Bug 12892 : Alternate fix to restore the deleted code

This doesn't depend on anything other patch.

1. Create a reservation for a Borrower with pickup branch
2. Check-in the corresponding Item in the pickup branch and confirm the hold
   for the Borrower
3. Go to circ/circulation.pl for the Borrower and verify that the reservation
   is "Waiting for pickup"
4. In the Borrower -> Check Out -tab (circ/circulation.pl) on the right of the
   big "Checking out to borrowername" should be a notification about holds ready
   for pickup.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Rafal Kopaczka <rkk0@poczta.onet.pl>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Passes all tests and QA script, restores the old code and behaviour.
Signed-off-by: Mason James <mtj@kohaaloha.com>
circ/circulation.pl