From cf84ec60db1b3b225c1ba48116c020f7067ce07a Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Tue, 17 Jun 2014 09:43:18 -0500 Subject: [PATCH] Bug 12434: Fix Typo in Smart Rules Help 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 Signed-off-by: David Cook Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/smart-rules.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@
  • 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
  • -
  • 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
  • +
  • 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
  • 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.
    • 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.
  • 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
  • -- 2.0.0.rc2