Bug 14673: Work around change to AddIssue return
authorColin Campbell <colin.campbell@ptfs-europe.com>
Tue, 11 Aug 2015 15:51:53 +0000 (16:51 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 6 Nov 2015 15:03:37 +0000 (12:03 -0300)
commitb4967bf0ed60c5cca0c7f60591d21d2919f477a1
treef5b4392032b8a8f7a8fb952a8f3358f72d727e20
parent0bdfe12b4f099c60080303e8a42da929e2550ba7
Bug 14673: Work around change to AddIssue return

Return from AddIssue used to be due date or undef.
Now it is less straightforward returning am issue object
if an issue row is created or undef. If the issue is a renewal
undef is returned. As that case was not handled properly it
caused the server site to crash the listener causing a
communications error on the client.

Signed-off-by: Frederic Demians <f.demians@tamil.fr>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/SIP/ILS/Transaction.pm
C4/SIP/ILS/Transaction/Checkout.pm
C4/SIP/ILS/Transaction/Renew.pm