[Koha-bugs] [Bug 23443] New: Paying off a lost fee will return the item, even if it is checked out to a different patron

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 9 21:05:27 CEST 2019


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

            Bug ID: 23443
           Summary: Paying off a lost fee will return the item, even if it
                    is checked out to a different patron
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          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

To recreate:
1 - Check out an item to a patron
2 - Make sure a fee will be charged when lost
3 - Mark the item lost
4 - Make sure the fee will not be refunded on return of the item
5 - Return the item
6 - Check it out to a new patron
7 - Write off the fine for the original patron
8 - The item is now checked in 

MarkIssueReturned (under the alias ReturnLostItem) is called from Koha::Account
- it takes a borrowernumber and itemnumber, however, only the itemnumber is
used for looking up the issue - we don't check against the borrower

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