@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt +++ a/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 %] --