[Koha-bugs] [Bug 9129] Add the ability to set the maximum fine for an item to its replacement price

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 23 20:43:32 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9129

--- Comment #20 from Kyle M Hall <kyle.m.hall at gmail.com> ---
One nice feature of this patch as it stands is that you can specify both
MaxFine and MaxFineIsReplacementPrice at once. If the replacement price is over
the MaxFine, it will be reduced.

To move it to the circulation matrix would require a full re-write. The
overduefinescap functions within CalcFine, rather than UpdateFine.

Perhaps we have fines logic in too many places. Maybe MaxFines logic needs to
be moved to CalcFine as well.

(In reply to comment #19)
> (In reply to comment #17)
> > Hm, I think Marcel meant the the Patrons tab in the system preference editor
> > is not the right place, but that it should be in Circulation. 
> 
> Indeed, I had in fact misread what Marcel meant, although I see that he also
> agrees with where I ended up after my misreading. :)
> 
> > With 3.12 we have MaxFine in the circulation matrix - not sure how the best
> > way would be to indicate that it should be using the replacement price
> > there. It's an input field, so maybe a checkbox that implies 'replacement
> > price' and deactivates the maxfine input field?
> 
> That makes sense to me -- a checkbox for "cap overdue fine at replacement
> price" that then disables the maxfine input field.

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


More information about the Koha-bugs mailing list