From b6a59bae46c85fd3d45a3f75d7d41a636f2bb17b Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Tue, 17 Apr 2018 17:36:13 +0000 Subject: [PATCH] Bug 18736: Follow to clean up admin policy preference Two preferences were merged into the same box. This likely was unintended. This reformats them. TEST PLAN --------- Go to Acquisitions tab of the system preference -- in the policy section PurgeSuggestionsOlderThan and OrderPriceRounding are in the same box Apply this patch Refresh the page -- OrderPriceRounding is in its own box, and better formatted. --- .../prog/en/modules/admin/preferences/acquisitions.pref | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref index a77ee75..70b6662 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref @@ -84,12 +84,14 @@ Acquisitions: -
WARNING - Leave this field empty if you don't want to activate this automatic feature. - "
Example: [30] Sets purgation of suggestions for those older than 30 days." -
(Used when the cronjob purge_suggestions.pl is active and called without a specific number of days) + - - pref: OrderPriceRounding default: '' choices: '': Don't round - nearest_cent: Round to nearest cent - - determines whether full precision values or rounded values should be used in price calculations + nearest_cent: Round + - to nearest cent.
+ - Determines whether full precision values or rounded values should be used in price calculations - - pref: UseACQFrameworkForBiblioRecords default: no -- 2.1.4