From e4c0732b36a8103f4b9d0252ef0a446747fcabf5 Mon Sep 17 00:00:00 2001 From: David Roberts Date: Wed, 15 Apr 2020 16:34:40 +0000 Subject: [PATCH] Bug 25147: AllowSelfCheckReturns is in the wrong system preference section This patch moves the AllowSelfCheckReturns system preference to the "Self check-in module" section of the Circulation system preferences. To test: 1) Check that the AllowSelfCheckReturns system preference is currently in the "Self Checkout" section of the Circulation system preferences. 2) Apply the patch 3) The preference should now be in the "Self check-in module" section of the Circulation system preferences. Signed-off-by: Devinim Signed-off-by: Jonathan Druart --- .../en/modules/admin/preferences/circulation.pref | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 645609785a..ff87a1db38 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 @@ -943,6 +943,12 @@ Circulation: type: textarea class: code Self check-in module: + - + - pref: AllowSelfCheckReturns + choices: + yes: Allow + no: "Don't allow" + - patrons to return items through web-based self checkout system. - - "Include the following HTML on the self check-in screen:" - pref: SelfCheckInMainUserBlock @@ -1014,12 +1020,6 @@ Circulation: - pref: SelfCheckTimeout class: integer - seconds. - - - - pref: AllowSelfCheckReturns - choices: - yes: Allow - no: "Don't allow" - - patrons to return items through web-based self checkout system. - - "Include the following HTML in the Help page of the web-based self checkout system:" - pref: SelfCheckHelpMessage -- 2.20.1