@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt @@ -86,7 +86,7 @@ [% IF attribute_type %] [% IF attribute_type.repeatable AND NOT can_be_set_to_nonrepeatable %] - + [% ELSIF attribute_type.repeatable %] @@ -111,7 +111,7 @@ [% ELSIF can_be_set_to_unique %] [% ELSE %] - + [% END %] [% ELSE %] --