From 40522ea949dd0cda6a5bbdbd981bd0e4c896008e Mon Sep 17 00:00:00 2001 From: Isobel Graham Date: Thu, 30 Jun 2022 17:16:08 +0100 Subject: [PATCH] Bug 30785: Fixed typo in SIP2SortBinMapping To test: 1. Go to the admin page. 2. Search for the above preference. 3. Confirm that "Will" is now spelled correctly. Signed-off-by: Katrin Fischer --- .../prog/en/modules/admin/preferences/circulation.pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1da543cc74..cad7b2c709 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 @@ -1329,7 +1329,7 @@ Circulation: - "Examples:
" - "CPL:itype:eq:BOOK:1 - Will return sort bin 1 for an item of itemtype 'BOOK' returned to CPL.
" - "CPL:itemcallnumber:<:339.6:3 - Will return sort bin 3 for an item with a callnumber less than 339.6 returned to CPL .
" - - "CPL:homebranch:ne:\\$holdingbranch:X - Wil return sort bin 'X' for an item returned to CPL where the holdingbranch is not equal to the homebranch (i.e. any item belonging to a different branch than CPL).

" + - "CPL:homebranch:ne:\\$holdingbranch:X - Will return sort bin 'X' for an item returned to CPL where the holdingbranch is not equal to the homebranch (i.e. any item belonging to a different branch than CPL).

" - pref: SIP2SortBinMapping type: textarea class: long -- 2.30.2