bug 2503: adding dates to some C4:Circulation methods to allow offline circulation...
authorAndrew Moore <andrew.moore@liblime.com>
Wed, 20 Aug 2008 16:21:46 +0000 (11:21 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 4 Nov 2008 16:44:33 +0000 (17:44 +0100)
commit3ab856ff35cbca27d0b1af36e2290f07057642d2
tree6977e33eb397d1efed894fca5b61bb57f82a8491
parent3db68bc70459366d80098735c273bb0a61225066
bug 2503: adding dates to some C4:Circulation methods to allow offline circulation tool to specify dates other than today

When uploading an offline circulation file, some actions may need to take place
in the past. This patch adds date parameters to some C4::Circulation methods
to allow us to set dates on them

added issuedate to C4::Circulation::AddIssue
adding issuedate to C4::Circulation::AddRenewal
adding returdate to C4::Circulation::MarkIssueReturned

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Circulation.pm