@@ -, +, @@ indicate valid code length --- .../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 == 'LOST' OR category == 'WITHDRAWN' OR category == 'NOT_LOAN' OR category == 'DAMAGED' OR category == 'RESTRICTED' %] + The authorized value field in the [% category %] category must be a one-digit numeric value + [% END %]
  • --