Bugs 2541 and 2587 - AddIssue must return date object as intended.
authorJoe Atzberger (siptest <atz4sip@arwen.metavore.com>
Thu, 11 Sep 2008 03:30:04 +0000 (22:30 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Thu, 11 Sep 2008 13:06:04 +0000 (08:06 -0500)
commitbd0ef37c24327661a0fe20b85a58232d31394d2f
treeb4a88ea07ee89f7a1d0644db347d4888d2a381c4
parent00f35d2fde82a2ab14986db2036da51040205180
Bugs 2541 and 2587 - AddIssue must return date object as intended.

SIP actually relied on the AddIssue return that was not reliable.
AddRenew also updated to return C4::Dates object for datedue.

Please note, any running SIPServer will have to be restarted
*immediately* after applying this patch, because although Koha
C4 behaves as normal, the SIP server runs as a Net::Server with
components cached.  Changes will not be applied until SIPServer
restarts, and so checkout actions may fail until then.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Circulation.pm
C4/SIP/ILS/Patron.pm
C4/SIP/ILS/Transaction/Checkout.pm