https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25123 --- Comment #3 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Comment on attachment 102813 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=102813 Bug 25123: Count the current fine when reducing for maxFine Review of attachment 102813: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=25123&attachment=102813) ----------------------------------------------------------------- ::: C4/Overdues.pm @@ +555,2 @@
$accountline = $overdue; next;
I wonder if it might be simpler to just drop the call to 'next' instead of adding the count line? -- You are receiving this mail because: You are watching all bug changes.