https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14390
--- Comment #50 from Katrin Fischer <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
