From 3ebea41a955b58243857f12eca179fc0cf4fae5f Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 25 Feb 2021 13:33:31 -0500 Subject: [PATCH] Bug 27798 - Add warning to IndependentBranches system preference Content-Type: text/plain; charset=utf-8 Test Plan: 1) Apply this patch 2) Search system preferences for IndependentBranches 3) Note the warning about changing the setting on a production system Signed-off-by: David Nind Signed-off-by: Marcel de Rooy --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref index e3790c5543..ad54cc1f31 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref @@ -115,6 +115,8 @@ Administration: choices: yes: "Yes" no: "No" + - "

Warning: Changing this system preference will radically alter" + - "the behavior of Koha. Changing preference on a production system is highly discouraged.

" - - "Prevent staff (but not superlibrarians) from viewing and approving/denying patron modification requests for patrons belonging to other libraries: " - pref: IndependentBranchesPatronModifications -- 2.11.0