]> 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>
Fri, 13 Jul 2012 01:15:45 +0000 (21:15 -0400)
commit1e91ea43d1e12b165dd0d26eece6c257c46a1f44
tree5c66adcb6d7a059d26c5ecd6cbe4325edf935293
parent86e928c265dc19c08f701c4bc3e737834dcb9c38
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