[Koha-bugs] [Bug 22539] Fines charged on back-dated checkin when item has been renewed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 3 10:45:47 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22539

--- Comment #11 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Question:  This patch uses the existing UpdateFine (and as such
Koha::Account->adjust) functionality. As such, it'll result in a fine line with
an amount of '0'.  Is this what we want?

We have a few alternatives to consider: 

1) We could leave it as is.
1) We could delete the fine entirely so it's as if it never existed
2) We could record a 'Writeoff' or something line against it so show it was
removed by dropbox/backdated returns mode.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list