From 55d7a2f494caeda830f30f794afae3b324191417 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 --- 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 2f8c8986aa..3cc092e332 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt @@ -242,7 +242,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.11.0