]> git.koha-community.org Git - koha.git/commit
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)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Mon, 24 Nov 2008 17:11:30 +0000 (18:11 +0100)
commit7822223b7268f6ee318aefabe1dd7a7e31cb77bd
treec04ecab41201aec8b2ca46c2cc9ab756fb6dfb40
parent91d174462f7ba5ed38082c4a23eaef98febac786
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>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
C4/Circulation.pm
C4/SIP/ILS/Patron.pm
C4/SIP/ILS/Transaction/Checkout.pm