Bug 20562: Pass the Koha::Checkout object to AddIssuingCharge
commit3d1f04b2699737ddd2b2ea5a374cc343f46c2380
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 16 Apr 2018 16:48:54 +0000 (16 13:48 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 18 Apr 2018 20:20:54 +0000 (18 17:20 -0300)
tree9f446fee89af452b7a0c03c3e67f5522ace51bb1
parentdc5d3b9abd34b0e80794fff7029809b7438bcefa
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