[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
Mon Mar 25 14:59:26 CET 2019


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

--- Comment #4 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
So.. are we saying the Fine should not have been added in the first place (or
rather, it should wait until the next non-closed day to start the fines
accrual)

Or.. are we saying the Fine should be entirely removed on return.

Or.. are we saying the Fine should be set to Zero on return.

And.. should we taking account of 'CalculateFinesOnReturn' syspref.

The more I dug into how to fix this, the more questions it raised for me..
currently I have a patch that would reset the fine to accruing if we find a
backdated return date that's prior to the lastreneweddate on the issue.. this
then lets all the normal handling take place if CalculateFinesOnReturn is
enabled (i.e. the fine will be updated to correctly reflect either 0 or the
reduced fine amount).. but it won't be deleted entirely and it won't work for
systems where CalculateFinesOnReturn is not enabled (about 10% of Koha's if HEA
is to be believed!)

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


More information about the Koha-bugs mailing list