[Koha-bugs] [Bug 5216] New: Returning lost material with Forgive Fines does not forgive overdue charges

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 10 20:10:57 CEST 2010


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

           Summary: Returning lost material with Forgive Fines does not
                    forgive overdue charges
 Change sponsored?: ---
           Product: Koha
           Version: rel_3_2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Circulation
        AssignedTo: kyle.m.hall at gmail.com
        ReportedBy: ian.walls at bywatersolutions.com
         QAContact: koha-bugs at lists.koha-community.org
                CC: gmcharlt at gmail.com
   Estimated Hours: 0.0


After an item has been marked as Long Overdue and the patron account has been
charged, that issue is no longer connected to the patron (the book is not
longer checked out to them).

When the item is returned, the charge for the item is removed from the patron's
record.  However, even if the Forgive Fines checkbox is checked, any overdues
accrued on this item before it was marked as Long Overdue are NOT forgiven.

This is because the subroutine that handles clearing the Lost bill can tolerate
not having an associated borrowernumber (since there should, in theory, only be
the one Lost charge for the item), but the subroutine for clearing overdues
cannot (since multiple people could have unpaid overdues on that item).

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Koha-bugs mailing list