https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25123
--- Comment #3 from Martin Renvoize <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
