[Koha-bugs] [Bug 27927] New: longoverdue cronjob renews items before marking lost when both RenewAccruingItemWhenPaid and WhenLostForgiveFine are enabled

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 11 13:51:55 CET 2021


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

            Bug ID: 27927
           Summary: longoverdue cronjob renews items before marking lost
                    when both RenewAccruingItemWhenPaid and
                    WhenLostForgiveFine  are enabled
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Fines and fees
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

longoverdue.pl calls 'LostItem'

C4::Circulation::LostItem calls _FixOverduesOnReturn

C4::Circulation::_FixOverduesOnReturn create a Koha::Account::Line for the
amount of the accruing fine and calls apply passing the existing fine

Koha::Account::Line calls renew_item when the fee is paid

The item is then renewed, a notice (potentially) sent, and then the item marked
lost and charged

The sending of a renewal notice is quite confusing to patrons

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