Bug 20562: Pass the Koha::Checkout object to AddIssuingCharge
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 16 Apr 2018 16:48:54 +0000 (13:48 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Tue, 22 May 2018 10:05:16 +0000 (10:05 +0000)
commit7a0de612a0b24bf9a04a29b877e8830d230eae60
treef7076eb51c261f34abd2c44c8f5fd40b9309d8c2
parent13c9c3686be19b9717edbc90ef586414248d9b68
Bug 20562: Pass the Koha::Checkout object to AddIssuingCharge

We do not need to pass all those parameters, just the checkout object is
enough.

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Circulation.pm
t/db_dependent/Circulation/issue.t