From b02eadc86330f05dc11d349a21b2e7876d956b1c Mon Sep 17 00:00:00 2001
From: Nick Clemens <nick@bywatersolutions.com>
Date: Wed, 12 Feb 2020 18:44:05 +0000
Subject: [PATCH] Bug 24646: Move RoundFinesAtPayment to 'Fines policy' section

To test:
 - Search Admin->System preferences for 'RoundFinesAtPayment'
 - Note it is listed under self-check
 - Apply patch
 - Restart/refresh
 - Note it is now under Accounting -> Policy
---
 .../intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref | 6 ++++++
 .../prog/en/modules/admin/preferences/circulation.pref              | 6 ------
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref
index 36241161b9..4a11872fb7 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref
@@ -12,6 +12,12 @@ Accounting:
                   yes: "Do"
                   no: "Don't"
             - automatically display a print dialog for a payment receipt when making a payment.
+        -
+            - pref: RoundFinesAtPayment
+              choices:
+                  yes: Do
+                  no: "Don't"
+            - round fines to the nearest cent when collecting payments. Enabling this preference allows paying fines of partial cents which may not be visible in the interface.
     Features:
         -
             - pref: UseCashRegisters
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 b954172ba2..1683d9f034 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
@@ -938,12 +938,6 @@ Circulation:
               type: textarea
               syntax: javascript
               class: code
-        -
-            - pref: RoundFinesAtPayment
-              choices:
-                  yes: Do
-                  no: "Don't"
-            - round fines to the nearest cent when collecting payments. Enabling this preference allows paying fines of partial cents which may not be visible in the interface.
     Self Checkout:
         -
             - "Include the following JavaScript on all pages in the web-based self checkout:"
-- 
2.11.0