[Koha-bugs] [Bug 14845] New: Fines forgiven even when WhenLostForgiveFine is set to 'Don't Forgive'

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 17 16:30:27 CEST 2015


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

            Bug ID: 14845
           Summary: Fines forgiven even when WhenLostForgiveFine is set to
                    'Don't Forgive'
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: barton at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

The library expects the following:

1) When item is lost, fines stop accruing, lost item fee is charged.
2) Patron returns item. Lost item fee is waived, but all of the fines that have
acrued (up to the cost of the book) are *not* forgiven.

Fines system preferences are set as follows:

RefundLostItemFeeOnReturn 
   [refund] lost item fees charged to a borrower when the lost item is
returned.

WhenLostChargeReplacementFee 
   [charge] the replacement price when a patron loses an item.

WhenLostForgiveFine 
   [Don't Forgive] the fines on an item when it is lost.

When a lost, the lost item fee is being charged.
On return, the lost item fee is being returned, but the fines *are* being
fogiven -- we can see an accountlines entry with account type 'FFOR'.

To reproduce:

1) Set the system prefrences as above.
2) Check out an item. Allow it to accrue fines.
3) Mark the item as longoverdue (lost) -- replacement price should be charged.
4) Check the item in
   -- replacement price should be refunded, and is.
   -- fine should *not* be forgiven, but is.

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


More information about the Koha-bugs mailing list