Bug 21720: Use Koha::Account->add_debit in AddIssuingCharge
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 1 Nov 2018 12:42:31 +0000 (12:42 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 4 Mar 2019 19:15:41 +0000 (19:15 +0000)
commitb104046d89ee6457946b998d9221b1d3771b5d5c
tree944b850d8f0af7ff8d9ddc6cc157505453cf6d4e
parenta639299c9834ad80d763143910dd460193820acb
Bug 21720: Use Koha::Account->add_debit in AddIssuingCharge

Known Side Effect: Prior to this patch issuing charges were not
recorded in the FinesLog. After this patch, if the FinesLog is
enabled then the 'action' will be recorded as `create_rent`.

Sponsored-by: PTFS Europe
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/Circulation.pm