https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37527 Bug ID: 37527 Summary: Fix grammar in UpdateNotForLoanStatusOnCheckin example Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: System Administration Assignee: koha-bugs@lists.koha-community.org Reporter: aude.charillon@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com In Administration > System preferences, UpdateNotForLoanStatusOnCheckin currently has an example with the following explanation: "When an item is checked in, if it's item type matches CR then when the value on the left (1) matches the items' not for loan value it will be updated to the value on the right." It should be corrected to say: "When an item is checked in, if its item type matches CR and its not for loan value matches the value on the left (1), then the item's not for loan value will be updated to the value on the right." -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.