[Koha-bugs] [Bug 10030] MaxFines checks against amount, not amount outstanding

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 11 21:50:00 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10030

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 17372
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17372&action=edit
Bug 10030 - MaxFines checks against amount, not amount outstanding

If a patron has over time accumulated fines greater than the amount
defined in MaxFine, the patron will never get more fines even if they
have previously paid off those fines.

This bug was introduced by the patch for Bug 7420.

Test Plan:
1) Create a patron
2) Create a fine of 10.00 for that patron
3) Pay off the fine
4) Set MaxFines to 5.00
5) Check out an item to the patron, backdate the due date
   so the item should generate fines.
6) Run fines.pl, observe that no fine was created
7) Apply the patch
8) Rerun fines.pl
9) Observe that the fine was created correctly

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list