From 8c7a24a52156e96c822b7fe0599360c2f1001645 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 20 Jun 2022 11:44:07 +0100 Subject: [PATCH] Bug 28854: (follow-up) Move preferences to "Item bundles" Move the preferences into a section under 'Circulation' called 'Item bundles' Signed-off-by: Katrin Fischer --- .../en/modules/admin/preferences/cataloguing.pref | 4 ---- .../en/modules/admin/preferences/circulation.pref | 15 +++++++++++---- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref index 63e2241c3e..6f66761c37 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref @@ -165,10 +165,6 @@ Cataloging: - and record's last modifier name in MARC subfield - pref: MarcFieldForModifierName - ".
NOTE: Use a dollar sign between field and subfield like 123$a." - - - - Use the NOT_LOAN authorised value - - pref: BundleNotLoanValue - - to represent 'added to bundle' when an item is attached to bundle. Display: - - 'Separate main entry and subdivisions with ' 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 f06f523f82..4118675e50 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 @@ -12,10 +12,6 @@ Circulation: 1: "Require" 0: "Don't require" - staff to confirm that all parts of an item are present at checkin/checkout. - - - - Use the LOST authorised value - - pref: BundleLostValue - - to represent 'missing from bundle' at return. - - pref: AutoSwitchPatron choices: @@ -1280,6 +1276,17 @@ Circulation: - pref: ArticleRequestsSupportedFormats - "(Valid choices are currently: PHOTOCOPY and SCAN. Separate the supported formats by a vertical bar. The first listed format is selected by default when you request via the OPAC.)" + + Item bundles: + - + - Use the LOST authorised value + - pref: BundleLostValue + - to represent 'missing from bundle' at return. + - + - Use the NOT_LOAN authorised value + - pref: BundleNotLoanValue + - to represent 'added to bundle' when an item is attached to bundle. + Return claims: - - When marking a checkout as "claims returned", -- 2.20.1