@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt @@ -35,7 +35,7 @@

Cloning circulation and fine rules - [% IF frombranch %] from "[% Branches.GetName( frombranch ) | html %]"[% END %] + [% IF frombranch == "*" %] from standard rules[% ELSIF frombranch %] from "[% Branches.GetName( frombranch ) | html %]"[% END %] [% IF tobranch %] to "[% Branches.GetName( tobranch ) | html %]"[% END %]

--