@@ -, +, @@ indicate valid code length --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt | 3 +++ 1 file changed, 3 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -71,6 +71,9 @@ [% IF ( action_modify ) %][% END %] + [% IF category_name == 'LOST' OR category_name == 'WITHDRAWN' OR category_name == 'NOT_LOAN' OR category_name == 'DAMAGED' OR category_name == 'RESTRICTED' %] + The authorized value field in the [% category_name | html %] category must be a one-digit numeric value + [% END %]
  • --