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)
committerChris Cormack <chris@bigballofwax.co.nz>
Fri, 4 Sep 2009 00:12:48 +0000 (12:12 +1200)
commit0a4bae2cfc7205e625bcddb020c4bdf2fa342605
treee666b19b40ea3a73eb639bab46182a6a1f9b3fe0
parentc76a5cc07042a9af7cde226068c7a21cccfa63ea
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: Chris Cormack <chris@bigballofwax.co.nz>
C4/Circulation.pm