]> 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>
Sat, 9 Jun 2012 23:51:00 +0000 (19:51 -0400)
commit8ac893a32553338eefaa5482eb30d7a7250fce2d
tree245b17de780a6429f88f07b340c73609a99a0ea7
parent4eba299e3b0426ce5e96d50b85841fa431d110d0
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