]> 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)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sat, 9 Jun 2012 23:51:09 +0000 (19:51 -0400)
commit54d6b6d9c1a038992e0bbaf984665be74e805ecc
tree5c61832ca5cf9ce4f69fc48f954638104e45b088
parent8ac893a32553338eefaa5482eb30d7a7250fce2d
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>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/SIP/ILS.pm
C4/SIP/ILS/Transaction/Checkin.pm
C4/SIP/Sip/MsgType.pm