https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19974 --- Comment #11 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Katrin Fischer from comment #10)
If I understand it correctly MarkLostItemsAsReturned should determine if the item is checked in on return or not, independent now of where you set the item lost status, correct? (bug 12363)
What's the difference this patch introduces? (sorry, ran out of time to check)
When an item is marked as lost when cataloguing (additem.pl), LostItem will be called and the item checked in if MarkLostItemsAsReturned is set. This is the expected behavior (I think): what the code wanted to do (but failed) and it is what is done in other areas. My concern is that we are going to fix a long standing bug and may break librarian's workflows (?) -- You are receiving this mail because: You are watching all bug changes.