@@ -, +, @@ cannot checkout --- .../intranet-tmpl/prog/en/modules/circ/circulation.tt | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -633,14 +633,17 @@ No patron matched [% message %] [% END %] -
- [% IF NEEDSCONFIRMATION %] - - [% ELSE %] - - [% END %] - -
+ [% UNLESS flagged and noissues %] +
+ [% IF NEEDSCONFIRMATION %] + + [% ELSE %] + + [% END %] + + +
+ [% END %] [% UNLESS ( noissues && Koha.Preference('OnSiteCheckoutsForce') ) %] [% IF ( SpecifyDueDate ) %] --