https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27919 --- Comment #11 from Andrew Fuerste-Henry <andrewfh@dubcolib.org> --- (In reply to Lisette Scheer from comment #8)
Another example:
If an item is marked as claim returned and then changed to a different lost status when it isn't found, it doesn't charge the patron because it's already in a lost status.
This one is still valid, sort of. If I: 1a - set the ClaimReturnedLostValue syspref to any value, 1b - set ClaimReturnedChargeFee to No, 1c - set WhenLostChargeReplacemement fee to Charge, 1d - set MarkLostItemAsReturned to never mark a lost item as returned (no options selected) 2 - check an item out to a patron 3 - mark item claimed 4 - resolve claim, setting item to Lost 5 - confirm patron is not charged the replacement cost 6 - edit item, changing itemlost to Missing 7 - confirm patron *has* been charged the replacement cost So you *can* get Koha to charge a patron for something they've previously claimed returned, but it's confusingly difficult -- You are receiving this mail because: You are watching all bug changes.