@@ -, +, @@ --- Koha/ILL/Backend/opac-includes/create.inc | 2 ++ 1 file changed, 2 insertions(+) --- a/Koha/ILL/Backend/opac-includes/create.inc +++ a/Koha/ILL/Backend/opac-includes/create.inc @@ -1,6 +1,8 @@ [% IF whole.error %] [% IF whole.status == 'missing_identifier' %]

Please Note: Mandatory field Identifier is missing.

+[% ELSIF whole.status == 'missing_type' %] +

Please Note: Type is a mandatory field.

[% ELSIF whole.status == 'missing_branch' %]

Please Note: Branch is a mandatory field.

[% ELSIF whole.status == 'invalid_borrower' %] --