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

            Bug ID: 17135
           Summary: Fine for the previous overdue may get overwritten by
                    the next one
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: blocker
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs@lists.koha-community.org
          Reporter: a...@biblos.pk.edu.pl
        QA Contact: testo...@bugs.koha-community.org
                CC: gmcha...@gmail.com, kyle.m.h...@gmail.com

When patron renews an item which has overdue fines accruing, fine amount
updating stops, but fine record remains associated with a given issue (by
issue_id in accountlines). If this item becomes due again, fines.pl doesn't
create new fine record for 2nd+ overdue of the same issue - it just overwrites
'amount' and 'amountoutstanding' in the existing record instead, and the
previous fine for this issue gets effectively lost.

This used to work correctly in 3.18-3.22 (more or less - historically
implementation was pretty convoluted, it used due date in the fine description
for matching issue record with the fine record), but it's broken since 16.05;
probably a regression from Bug 15675 (?).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/

Reply via email to