Bug 25147: AllowSelfCheckReturns is in the wrong system preference section
authorDavid Roberts <david@koha-ptfs.co.uk>
Wed, 15 Apr 2020 16:34:40 +0000 (16:34 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 16 Apr 2020 18:27:45 +0000 (19:27 +0100)
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 <kohadevinim@devinim.com.tr>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref

index 6456097..ff87a1d 100644 (file)
@@ -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