[Bug 28137] New: Lost items checked in through inventory do not follow "refund on return" policy in circ rules
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28137 Bug ID: 28137 Summary: Lost items checked in through inventory do not follow "refund on return" policy in circ rules Change sponsored?: --- Product: Koha Version: 20.05 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: bwsdonna@gmail.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com When an item that is marked as lost and is checked out on a patron's account is checked in through the inventory function, the Default lost item fee refund on return policy is not followed. To recreate: 1. Set Default lost item fee refund on return policy to YES 2. Check out an item to patron 3. Mark it lost and see that the fee has been charged, and item is still checked out to the patron 4. Put that barcode through the Inventory process, making sure checked out items are set to be returned 5. Note that the item is checked in, but patron does not get lost item fee returned. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28137 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- My bet is that it's because of the following lines in inventory.pl: 219 # Modify date last seen for scanned items, remove lost status 220 $item->set({ itemlost => 0, datelastseen => $date })->store; We should not remove the lost status before the AddReturn call. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org