From 7ed90ced91048ee1cea3471c69837158df7cbead Mon Sep 17 00:00:00 2001 From: Nicole C. Engard Date: Tue, 13 May 2014 08:37:17 -0500 Subject: [PATCH] [BUG 12244] Update Admin Help for 3.16 This patch updates 3 help files. To test: * Visit Administration > Patron Categories * Click help * Confirm it's there and right * Visit Administration > Currencies * Click help * Confirm it's there and right * Visit Administration > Circ Rules * Click help * Confirm it's there and right --- .../prog/en/modules/help/admin/categorie.tt | 1 + .../prog/en/modules/help/admin/currency.tt | 2 ++ .../prog/en/modules/help/admin/smart-rules.tt | 3 +++ 3 files changed, 6 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/categorie.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/categorie.tt index 7b6d93e..d4e31bc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/categorie.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/categorie.tt @@ -78,6 +78,7 @@
  • In the 'Category type' field choose one of the six main parent categories
  • The Branch Limitations let you limit this patron category to only some branches in your library system. Select 'All branches' if you would like any library to be able to use this category.
  • +
  • You can decide if this patron category is blocked from performing actions in the OPAC if their card is expired using the next option. By default it will follow the rule set in the BlockExpiredPatronOpacActions preference
  • Finally you can assign advanced messaging preferences by default to a patron category
  • 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 soon before the due date patrons can renew their materials with the 'No renewals before' 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
  • Finally, if you charge a rental fee for the item type and want to give a specific patron type a discount on that fee, enter the percentage discount (without the % symbol) in the 'Rental Discount' field
  • -- 1.7.2.3