[Koha-bugs] [Bug 14390] Fine not updated from 'FU' to 'F' on renewal

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 23 07:55:06 CEST 2016


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

--- Comment #50 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I think Jacek is right - we need the F fines for the total amount calculation
in order to not break the MaxFine behaviour:

    if (my $maxfine = C4::Context->preference('MaxFine')) {
        if ($total_amount_other + $amount > $maxfine) { ...

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


More information about the Koha-bugs mailing list