Summary: | Typo in UpdateItemLocationOnCheckout and UpdateItemLocationOnCheckin example | ||
---|---|---|---|
Product: | Koha | Reporter: | Aude Charillon <aude.charillon> |
Component: | System Administration | Assignee: | Nicolas Hunstein <nicolas.hunstein> |
Status: | Pushed to main --- | QA Contact: | Emily Lamancusa (emlam) <emily.lamancusa> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | emily.lamancusa, gmcharlt, nicolas.hunstein |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | String patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
25.05.00
|
Circulation function: | |
Attachments: |
Bug 38874: update descriptions of "UpdateItemLocationOnCheckout" and "UpdateItemLocationOnCheckin"
Bug 38874: update descriptions of "UpdateItemLocationOnCheckout" and "UpdateItemLocationOnCheckin" Bug 38874: update descriptions of "UpdateItemLocationOnCheckout" and "UpdateItemLocationOnCheckin" |
Description
Aude Charillon
2025-01-13 16:39:27 UTC
The exact same wording is used for the UpdateItemLocationOnCheckin system preference and should also be corrected. Created attachment 176543 [details] [review] Bug 38874: update descriptions of "UpdateItemLocationOnCheckout" and "UpdateItemLocationOnCheckin" updates description "PROC: _PERM_ - causes an item that is in the Processing center to be updated to it's permanent location." to "PROC: _PERM_ - causes an item that is in the Processing center to be updated to its permanent location." to test: - go to Administration/System preferences - check descriptionss for system preferences UpdateItemLocationOnCheckout and UpdateItemLocationOnCheckin - verify descriptions contain "it's" instead of "its" in the place "PROC: _PERM_ ..." - apply patch - verify descriptions have changed to "its" Created attachment 176549 [details] [review] Bug 38874: update descriptions of "UpdateItemLocationOnCheckout" and "UpdateItemLocationOnCheckin" updates description "PROC: _PERM_ - causes an item that is in the Processing center to be updated to it's permanent location." to "PROC: _PERM_ - causes an item that is in the Processing center to be updated to its permanent location." to test: - go to Administration/System preferences - check descriptionss for system preferences UpdateItemLocationOnCheckout and UpdateItemLocationOnCheckin - verify descriptions contain "it's" instead of "its" in the place "PROC: _PERM_ ..." - apply patch - verify descriptions have changed to "its" Signed-off-by: Aude <aude.charillon@ptfs-europe.com> Both typos corrected :) Created attachment 177130 [details] [review] Bug 38874: update descriptions of "UpdateItemLocationOnCheckout" and "UpdateItemLocationOnCheckin" updates description "PROC: _PERM_ - causes an item that is in the Processing center to be updated to it's permanent location." to "PROC: _PERM_ - causes an item that is in the Processing center to be updated to its permanent location." to test: - go to Administration/System preferences - check descriptionss for system preferences UpdateItemLocationOnCheckout and UpdateItemLocationOnCheckin - verify descriptions contain "it's" instead of "its" in the place "PROC: _PERM_ ..." - apply patch - verify descriptions have changed to "its" Signed-off-by: Aude <aude.charillon@ptfs-europe.com> Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> Nice catch, thanks Aude and Nicolas! Pushed for 25.05! Well done everyone, thank you! |