https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29800 --- Comment #10 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 197919 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197919&action=edit Bug 29800: (QA follow-up) Document LostItem behaviour in POD LostItem's POD only described the skip_record_index parameter. Expand it to cover what the function actually does and the system preferences that drive its behaviour (WhenLostUpdateFine, WhenLostForgiveFine, WhenLostChargeReplacementFee, MarkLostItemsAsReturned), including the precedence between the update and forgive preferences. Test plan: 1 - perldoc C4/Circulation.pm 2 - Confirm the LostItem section now documents the sysprefs that influence its behaviour and the update/forgive precedence. -- You are receiving this mail because: You are watching all bug changes.