From 2b83c52c25d2dda1107fdb95027c2e8c19b6ea17 Mon Sep 17 00:00:00 2001 From: David Roberts Date: Fri, 14 Feb 2020 17:36:49 +0000 Subject: [PATCH] Bug 24576: `StoreLastBorrower` preference is in the wrong tab and is confusing This patch moves the preference from OPAC/Privacy to Circulation/Check In To Test: 1) Apply the patch 2) Check that the system preference no longer displays under the OPAC Privacy tab 3) Check that it now displays in the Circulation tab, under the Check In policy 4) Ensure that the system preference can be changed and saved correctly. Signed-off-by: Liz Rea Signed-off-by: Katrin Fischer --- .../prog/en/modules/admin/preferences/circulation.pref | 7 +++++++ .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 7 ------- 2 files changed, 7 insertions(+), 7 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 6eb5af0660..58d7b3b66a 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 @@ -574,6 +574,13 @@ Circulation: yes: "Block" no: "Don't block" - staff from continuing to checkin items when a transfer is triggered. + - + - pref: StoreLastBorrower + default: 0 + choices: + yes: Store + no: "Don't store" + - the last patron to return an item. This setting is independent of opacreadinghistory/AnonymousPatron. Holds Policy: - - In the staff client, split the holds queue into separate tables by diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index e268558f45..fd12d8487e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -696,13 +696,6 @@ OPAC: - "open suggestions. Leave empty for no limit. **Note: this setting does not affect anonymous suggestions" Privacy: - - - pref: StoreLastBorrower - default: 0 - choices: - yes: Store - no: "Don't store" - - the last patron to return an item. This setting is independent of opacreadinghistory/AnonymousPatron. - - - pref: AnonSuggestions choices: yes: Allow -- 2.11.0