Bug 13803 Flag to self check book has gone into transit
authorColin Campbell <colin.campbell@ptfs-europe.com>
Tue, 28 Jun 2011 14:24:04 +0000 (15:24 +0100)
committerChris Cormack <chris@bigballofwax.co.nz>
Tue, 21 Apr 2015 23:14:52 +0000 (11:14 +1200)
commit436dc9b93180ea40d679aaa9d190a8ae955a8e63
treefc05f4794cec99f182237d08ab92fba97e8f11a5
parentcce2f43e17dfec266aff3e36fadf5a998fd5fcc3
Bug 13803 Flag to self check book has gone into transit

Ensure that the transit flag (in field CV) is set
if return message is 'wasTransfered'

CV is being set for other return conditions but not for
wasTransfered [sic] The presence of this flag is required to
route returns to the correct bin if the SC unit is so
enabled

Signed-off-by: Frederic Demians <f.demians@tamil.fr>
  I agree with the solution to an issue I've already encountered and
  patched localy that way. It would be nice to have a better doc of
  C4::Circulation::AddReturn in order to see immediately that
  WasTransfered is a valid feedback for a check-in.

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit 31e3fe22dc6749b814c627b9633222ab72ae6192)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
C4/SIP/ILS/Transaction/Checkin.pm