[Koha-bugs] [Bug 14591] New: book drop / drop box mode incorrectly decrements accrued overdue fines

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 22 18:14:33 CEST 2015


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

            Bug ID: 14591
           Summary: book drop / drop box mode incorrectly decrements
                    accrued overdue fines
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: gmcharlt at gmail.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

Book drop mode will always subtract the lastincrement value from accrued
overdue fines, even if the loan is so overdue that it reached the max fine
amount prior to effective return date.

For example, if a loan was due on 1/15/2015 and is charged 0.20 per day with a
maximum fine of 1.00, if it is returned on 2/1/2015 (assume no holidays), the
fine should remain at 1.00.  However, currently the fine will be reduced to
0.80 if the item is checked in using book drop mode.

I believe this can also account for the behavior that Kyle reported in bug
12144

Bug 13044 is also relevant here: making book drop mode become a special case of
the SpecifyReturnDate functionality (and in particular, removing the dropbox
logic from _FixOverduesOnReturn) is an opportunity to avoid inappropriate
reduction of max overdue fines.

-- 
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