23 Aug
2016
23 Aug
'16
7:55 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14390 --- Comment #50 from Katrin Fischer <katrin.fischer@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.