[Koha-patches] [PATCH] Bug 12434: Fix Typo in Smart Rules Help

Nicole C. Engard nengard at bywatersolutions.com
Tue Jun 17 16:44:20 CEST 2014


This patch fixes a typos in the help file on the circ and
fine rules.

To test:

Visit admin > circ and fine rules
Click help in the top right
Confirm that period is not spelled peiod
---
 .../prog/en/modules/help/admin/smart-rules.tt      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/smart-rules.tt
index c0f4a91..8efcdc6 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/smart-rules.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/smart-rules.tt
@@ -56,7 +56,7 @@
 </ul>
 </li>
     <li>Next decide if the patron can renew this item type and if so, enter how many times they can renew it in the 'Renewals Allowed' box</li>
-    <li>If you're allowing renewals you can control how long the renewal loan peiod will be (in the units you have chosen) in the 'Renewal period' box</li>
+    <li>If you're allowing renewals you can control how long the renewal loan period will be (in the units you have chosen) in the 'Renewal period' box</li>
     <li>If you're allowing renewals you can control how soon before the due date patrons can renew their materials with the 'No renewals before' box.
     <ul><li>Items can be renewed at any time if this value is left blank. Otherwise items can only be renewed if the item is before the number in units (days/hours) entered in this box.</li></ul></li>
     <li>If the patron can place holds on this item type, enter the total numbers of items (of this type) that can be put on hold in the 'Holds Allowed' field</li>
-- 
1.7.2.3



More information about the Koha-patches mailing list