Summary: | Lost items checked in through inventory do not follow "refund on return" policy in circ rules | ||
---|---|---|---|
Product: | Koha | Reporter: | Donna <bwsdonna> |
Component: | Circulation | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | gmcharlt, jonathan.druart, kyle.m.hall |
Version: | 20.05 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Donna
2021-04-12 19:46:56 UTC
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. |