bug 2503: removing Force* subs and replacing them with calls to C4::Circulation subs
authorAndrew Moore <andrew.moore@liblime.com>
Wed, 20 Aug 2008 16:21:47 +0000 (11:21 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Wed, 20 Aug 2008 22:05:24 +0000 (17:05 -0500)
commit3d323db1feeb95abef29e37ef715605e87a5cfdf
treeb156d3e7ea20c31492492d30793f896a742bd31f
parent1de1e05e23086217d943f8c6eb0cfbbd8ac1ec18
bug 2503: removing Force* subs and replacing them with calls to C4::Circulation subs

The offline circulation file processor originally used its own methods to
insert circulation data. This patch takes advantage of the updated
C4::Circulation methods that allow us to specify dates in the past.
This makes the offline circulation file processor use C4::Circulation
functions instead of its own and removes the deprecated subs.

moving from ForceIssue to AddIssue
replacing ForceRenewal with AddRenewal
moving from ForceReturn to MarkIssueReturned
removing deprecated Force* subs
fixing a few bugs in process_koc.pl

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