From 577bff22c422716d68c4ac092f1a3c1828d21b34 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 --- .../prog/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 @@ -944,6 +944,12 @@ Circulation: 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 type: textarea @@ -1015,12 +1021,6 @@ Circulation: 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 type: textarea -- 2.11.0