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)
committerGalen Charlton <galen.charlton@liblime.com>
Wed, 20 Aug 2008 22:05:24 +0000 (17:05 -0500)
commit1de1e05e23086217d943f8c6eb0cfbbd8ac1ec18
treef750a728431017756085cdc9b2771d8778961625
parent816594bb7b044171cacf037ac5551d25fc853cea
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