From 33539fa7ce92bfa59325f47cf6e51813c90ae910 Mon Sep 17 00:00:00 2001 From: David Roberts Date: Mon, 27 Jan 2020 15:11:28 +0000 Subject: [PATCH] Bug 24475: Reword FinesMode system preference This patch changes the wording of the FinesMode and CalculateFinesOnReturn system preferences explanations 1) Install Patch 2) Check that the wording of the FinesMode system preference has changed to "NOTE: If the misc/cronjobs/fines.pl cronjob is being run, accruing and final fines will be calculated when the cron runs and accruing fines will be finalized when an item is returned. If CalculateFinesOnReturn is enabled, final fines will be calculated when an item is returned." 3) Check that the wording of the CalculateFinesOnReturn system preference has changed to add "NOTE: This system preference requires FinesMode to be set to 'Calculate and charge.'" to the existing note. --- .../intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e7e7b9ca16..c1f773d7de 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 @@ -531,7 +531,7 @@ Circulation: no: "Don't" - calculate and update overdue charges when an item is returned. - "
NOTE: If you are doing hourly loans then you should have this on." - - "
NOTE: This system preference requires FinesMode to be set to 'Calculate and charge.'." + - "
NOTE: This system preference requires FinesMode to be set to 'Calculate and charge.'" - - pref: UpdateItemLocationOnCheckin type: textarea -- 2.11.0