From d9f51986c6bdd2a122048e8cd7606fa3c1438707 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 19 Nov 2022 20:57:55 +0000 Subject: [PATCH] Bug 31233: Amend 'fine grace period' as it's also used for suspensions The grace period setting in circulation rules is not only used for fines, but also for suspensions. So the label 'Fine grace period' is a little misleading. This patch updates it to "Fine/suspension grace period". To test: * Go to Administration > Circulation rules * Verify the description is "Fine grace period" in the big table * Apply patch * Verify the description now changed to "Fine/suspension grace period" https://bugs.koha-community.org/show_bug.cgi?id=32261 Signed-off-by: Hammat Wele --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt index 593b9dab8e..2fba8747e4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt @@ -127,7 +127,7 @@ Fine amount Fine charging interval When to charge - Fine grace period + Fine/suspension grace period Overdue fines cap (amount) Cap fine at replacement price Suspension in days (day) @@ -566,7 +566,7 @@ Fine amount Fine charging interval Charge when? - Fine grace period + Fine/suspension grace period Overdue fines cap (amount) Cap fine at replacement price Suspension in days (day) -- 2.34.1