From 33dbbc9c36a42b743f799ec6cb34fa010d4e6516 Mon Sep 17 00:00:00 2001 From: Owen Leonard <oleonard@myacpl.org> Date: Fri, 18 Mar 2016 09:41:15 -0400 Subject: [PATCH] Bug 15984 - Correct templates which use the phrase "issuing rules" Content-Type: text/plain; charset="utf-8" This patch corrects two places in the templates where the phrase "issuing rules" is used instead of "circulation and fine rules." To test, apply the patch and view the help pages for Administration -> Circulation and fine rules; and Tools -> Automatic item modification by age. Confirm that the term "circulation and fine rules" is used instead of "issuing rules." --- koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/smart-rules.tt | 2 +- .../prog/en/modules/help/tools/automatic_item_modification_by_age.tt | 2 +- 2 files changed, 2 insertions(+), 2 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 f955a15..8852c27 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 @@ -32,7 +32,7 @@ <h4>Default Circulation Rules</h4> -<p>Using the issuing rules matrix you can define rules that depend on patron/item type combinations. To set your rules, choose a library from the pull down (or 'all libraries' if you want to apply these rules to all libraries)</p> +<p>Using the circulation and fine rules matrix you can define rules that depend on patron/item type combinations. To set your rules, choose a library from the pull down (or 'all libraries' if you want to apply these rules to all libraries)</p> <p>From the matrix you can choose any combination of patron categories and item types to apply the rules to</p> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/automatic_item_modification_by_age.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/automatic_item_modification_by_age.tt index 8fdda1b..ef4f6d7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/automatic_item_modification_by_age.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/automatic_item_modification_by_age.tt @@ -7,7 +7,7 @@ <ul> <li>know easily what are the new items in the catalogue.</li> <li>display an icon in the search results for new items.</li> - <li>configure issuing rules depending the 'new' status.</li> + <li>configure circulation and fine rules depending the 'new' status.</li> <li>get a RSS/Atom feeds on these new items.</li> </ul> -- 2.1.4