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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/