@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -54,7 +54,7 @@
Patron was automatically switched by reading the patron card during checking out. Ensure you are working with the right patron.
[% END %] - [% IF ADDITIONAL_MATERIALS %] + [% IF ADDITIONAL_MATERIALS && !NEEDSCONFIRMATION %]
Note about the accompanying materials:
[% ADDITIONAL_MATERIALS | html %]
--