Bug 37527 - Fix grammar in UpdateNotForLoanStatusOnCheckin example
Summary: Fix grammar in UpdateNotForLoanStatusOnCheckin example
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: System Administration (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-30 13:29 UTC by Aude Charillon
Modified: 2024-07-30 13:31 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aude Charillon 2024-07-30 13:29:44 UTC
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."
Comment 1 Aude Charillon 2024-07-30 13:31:07 UTC
Additionally, there is missing / misleading information: further down is the statement "Valid values are NOT_LOAN authorized values and ONLYMESSAGE." However, UpdateNotForLoanStatusOnCheckin (now) also relies on item type codes. The sentence should be updated to reflect this.