[Koha-bugs] [Bug 25123] MaxFines does not count the current updating fine

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 14 12:05:54 CEST 2020


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

--- Comment #3 from Martin Renvoize <martin.renvoize at 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.


More information about the Koha-bugs mailing list