From 30dfa50d7b5ebf39e659b2f7f15fef5371d32935 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Mon, 24 Apr 2023 23:01:06 +0000 Subject: [PATCH] Bug 33390: (follow-up) move ItemsDeniedRenewal links to less confusing place Signed-off-by: Katrin Fischer --- .../prog/en/modules/admin/preferences/circulation.pref | 5 +++-- 1 file changed, 3 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 d7192ba99fd..050d91297b2 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 @@ -542,9 +542,10 @@ Circulation: - "
Can name any field in the items table followed by a colon then a space then" - "a bracketed list of values separated by commas." - "For example:" - - "
ccode: [NEWFIC,NULL,DVD] Collection codes" - - "
itype: [NEWBK,\"\"] Item types" + - "
ccode: [NEWFIC,NULL,DVD]" + - "
itype: [NEWBK,\"\"]" - "
NOTE: The word 'NULL' can be used to block renewal on undefined fields, while an empty string \"\" will block on an empty (but defined) field." + - "
LINKS: Collection codes | Item types" - - pref: UpdateNotForLoanStatusOnCheckout type: textarea -- 2.30.2