From 195d0ba68066b109a955e8cb88a6f8bd068b9295 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 15 Oct 2019 17:28:13 +0000 Subject: [PATCH] Bug 23704: Typo in itemtypes.tt This patch corrects a typo: "for loans specifie in hours." corrected to "for loans specified in hours." To test, apply the patch and edit an existing item type. The description of the "Hourly rental charge" field should be correct. Signed-off-by: Michal Denar Signed-off-by: Josef Moravec Signed-off-by: Martin Renvoize --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt index 7bff5dddaa..71dbe498f6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt @@ -244,7 +244,7 @@ Item types administration
  • - This fee is charged at checkout/renewal time for each hour between the checkout/renewal date and due date for loans specifie in hours. + This fee is charged at checkout/renewal time for each hour between the checkout/renewal date and due date for loans specified in hours.
  • -- 2.39.5