]> git.koha-community.org Git - koha.git/commit
Bug 8336 Support Sip Renewal Transaction
authorColin Campbell <colin.campbell@ptfs-europe.com>
Fri, 29 Jun 2012 17:43:28 +0000 (18:43 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 19 Sep 2012 02:54:54 +0000 (14:54 +1200)
commit74eaf9bfdb89796cef9b0d051898235fb7ee9fa8
tree0822c8529291517ea8de986d20860748cc5b881f
parent0bf583cc42bff1400bbe4a9662fb12cb49d20b9d
Bug 8336 Support Sip Renewal Transaction

Renewals were being rejected for incorrect reasons
Checking was being done against the wrong object
Add more informative messages on failure
Correctly set due_date for renewal response
Avoid crashing the SIPServer because it handles RenewAll
incorrectly

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/Renew.pm
C4/SIP/ILS/Transaction/RenewAll.pm
C4/SIP/Sip/MsgType.pm