]> git.koha-community.org Git - koha.git/commit
Bug 3638 Self Check Should Capture Hold Items
authorColin Campbell <colin.campbell@ptfs-europe.com>
Mon, 4 Jul 2011 15:44:16 +0000 (16:44 +0100)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 13 Jul 2012 01:15:45 +0000 (21:15 -0400)
commit86e928c265dc19c08f701c4bc3e737834dcb9c38
treee8e77c35136c4670e9098118fa1e48b98270db4e
parent64a483b0dcb451ec264d1a1bb8a92d331779eaae
Bug 3638 Self Check Should Capture Hold Items

Shelf Check was receiving messages saying item was wanted
for a hold but the item was discharged to the shelf
not associated with the hold or transited to
the pickup location. The message was also being sent
on discharge of items when a suitable item had already
been captured.
Checkin now associates the item with the hold and sets
the appropriate data for a correct checkin response

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/SIP/ILS/Item.pm
C4/SIP/ILS/Transaction/Checkin.pm
C4/SIP/Sip/MsgType.pm