]> git.koha-community.org Git - koha.git/commit
Bug 12021 - SIP2 checkin should alert on transfer and use CT for return branch
authorBenjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no>
Tue, 1 Apr 2014 12:07:59 +0000 (14:07 +0200)
committerJulian Maurice <julian.maurice@biblibre.com>
Wed, 10 May 2017 09:46:33 +0000 (11:46 +0200)
commit2dbb6a694224cf32e9b61234d038d7d6c8d7ec4d
treed14dadd82bbbc27f8da8bf4daa46d62a57cceb6b
parent306a0fceb9a1d5fe24adc15365863474cfbb6cee
Bug 12021 - SIP2 checkin should alert on transfer and use CT for return branch

This small patch corrects the SIP2 checkin response if branch transfer is needed.
It depends on bug 7981 and also removes an obsolete alert check in SIP2.

Test plan:
 - apply bug 7981
 - make sure syspref AutomaticItemReturn is false
 - check 'Return policy' in 'Default checkout, hold and return policy'
 - make a SIP2 checkout and checkin from a branch different than item's home branch.
 - verify that SIP2 response gives alert CV04 (=send to different branch)
 - also verify that response field CT gives correct branch according to 'Return policy'

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Followed test plan, works as expected
Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Mason James <mtj@kohaaloha.com>
(cherry picked from commit a98b5468baca4716357643c87f5cb9e02f62c343)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
C4/SIP/ILS/Transaction/Checkin.pm
C4/SIP/Sip/MsgType.pm