Bug 21721: Use Koha::Account->add_debit in AddRenewal
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 1 Nov 2018 13:28:25 +0000 (13:28 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 7 Mar 2019 17:22:41 +0000 (17:22 +0000)
commit178af5ab27fab49597b1e53c26cd1f21e09a27c1
tree5949624e5abd89c5e9b3ed42669c09ed22ab3458
parentfcd6bdc5b8ed5cd48b19d03a86e2ab9aaa0b0626
Bug 21721: Use Koha::Account->add_debit in AddRenewal

Known Side Effect: Prior to this patch renewal 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: Nick Clemens <nick@bywatersolutions.com>
C4/Circulation.pm