From b72277c53948575fcebb7f541f6b1c0da70d9ed6 Mon Sep 17 00:00:00 2001 From: Nicolas Hunstein Date: Wed, 15 Jan 2025 07:46:22 +0000 Subject: [PATCH] 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 --- .../prog/en/modules/admin/preferences/circulation.pref | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index 65cf0b5030..7192181ea4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -541,7 +541,7 @@ Circulation: - "_BLANK_: FIC - causes an item that has no location to be updated into the Fiction location on check out.
" - "FIC: _BLANK_ - causes an item in location FIC to be updated to a blank location on check out.
" - "_ALL_: FIC - causes all items to be updated into the Fiction location on check out.
" - - "PROC: _PERM_ - causes an item that is in the Processing Center to be updated to it's permanent location.

" + - "PROC: _PERM_ - causes an item that is in the Processing Center to be updated to its permanent location.

" - "General rule: if the location value on the left of the colon (:) matches the item's current location, it will be updated to match the location value on the right of the colon (:).
" - "Note: PROC and CART are special values, for these locations the location and permanent_location can differ, in all other cases an update will affect both. Items in the CART location will be returned to their permanent location on checkout.
" - "The special term _BLANK_ may be used on either side of a value pair to update or remove the location from items with no location assigned.
" @@ -710,7 +710,7 @@ Circulation: - "_BLANK_: FIC - causes an item that has no location to be updated into the Fiction location on check in.
" - "FIC: _BLANK_ - causes an item in location FIC to be updated to a blank location on check in.
" - "_ALL_: FIC - causes all items to be updated into the Fiction location on check in.
" - - "PROC: _PERM_ - causes an item that is in the Processing center to be updated to it's permanent location.

" + - "PROC: _PERM_ - causes an item that is in the Processing center to be updated to its permanent location.

" - "General rule: if the location value on the left of the colon (:) matches the item's current location, it will be updated to match the location value on the right of the colon (:).
" - "Note: PROC and CART are special values, for these locations the location and permanent_location can differ, in all other cases an update will affect both. Items in the CART location will be returned to their permanent location on checkout.
" - "The special term _BLANK_ may be used on either side of a value pair to update or remove the location from items with no location assigned.
" -- 2.39.5