From 9de3fdfb32c209a3b2aef0253fc16ab651e62687 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 9 Jan 2018 14:56:46 -0500 Subject: [PATCH] Bug 15524 [QA Followup] - Change language used Content-Type: text/plain; charset=utf-8 --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt index 19b7b9a..1f78e03 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt @@ -449,7 +449,7 @@ [% IF ( show_branch_cat_rule_form ) %]
-

[% IF humanbranch %]Checkout limit by patron category for [% Branches.GetName( humanbranch ) %][% ELSE %]Default checkout limit by patron category[% END %]

+

[% IF humanbranch %]Checkout, hold policy by patron category for [% Branches.GetName( humanbranch ) %][% ELSE %]Default checkout, hold policy by patron category[% END %]

For this library, you can specify the maximum number of loans that a patron of a given category can make, regardless of the item type.

@@ -464,7 +464,7 @@ Patron category Total current checkouts allowed Total current on-site checkouts allowed - Maximum total holds allowed (count) + Total holds allowed   [% FOREACH branch_cat_rule_loo IN branch_cat_rule_loop %] -- 2.1.4