]> git.koha-community.org Git - koha.git/commit
Bug 3638 : Captured Holds may need to generate a transfer
authorColin Campbell <colin.campbell@ptfs-europe.com>
Thu, 18 Aug 2011 15:48:44 +0000 (16:48 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 6 Jun 2012 04:58:48 +0000 (16:58 +1200)
commita0c9c30352a2aa6804afb25f06704646a01f9b19
tree6423f58304444b201761066f8b47ac626c4858c4
parentb7ef3d4c2f531ee9561b12b310b08587bf15603a
Bug 3638 : Captured Holds may need to generate a transfer

If a discharged item is captured for a hold at another branch
the selfcheck should generate a branchtransfer for it.
This was complicated as the checkin routine was setting its own
location from a field not set in many scm machines (e.g. 3M)
also in ILS::Transaction the test for location was incorrect
assuming that an empty string or undefined was a valid location

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/SIP/ILS.pm
C4/SIP/ILS/Transaction/Checkin.pm
C4/SIP/Sip/MsgType.pm