https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19287 --- Comment #23 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Suggestion 1: Bug 11629 adds UpdateNotForLoanStatusOnCheckin and bug 14576 adds UpdateitemLocationOnCheckin. Both have the same behaviour: it will update the NotForLoan or Location value of the checked in item following the rules defined in the sysprefs. For instance: NEW: FIC FIC: GEN will modified the value of location to FIC if was NEW, and to GEN if was FIC. I am not sure it makes sense for us here, but we could imagine a new pref UpdateItemWhenLost which could be filled with: itemlost: 1 notforloan: 2 which will work for any fields of the items table. Suggestion 2: We already have a DefaultLongOverdueLostValue, would it make sense to use it here too? Suggestion 3: We add 2 other sysprefs: UpdateNotForLoanStatusWhenLost and UpdateItemLostWhenLost (weird name) Suggestion 4: We display the different LOST authorised values on the "Holds awaiting pickup" page, like it is on the "Items details" page for Lost, Damaged and Withdrawn. Vote by text message, send 1, 2, 3 or 4 to 0424242 -- You are receiving this mail because: You are watching all bug changes.