@@ -, +, @@ OnSiteCheckoutsForce is enabled being expired or restricted). --- .../prog/en/modules/circ/circulation.tt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -556,7 +556,15 @@ No patron matched [% message %] [% END %] -[% IF ( noissues ) %]
[% ELSE %]
[% END %] +[% IF ( noissues ) %] + [% IF ( Koha.Preference('OnSiteCheckoutsForce') ) %] +
+ [% ELSE %] +
+ [% END %] +[% ELSE %] +
+[% END %] [% IF flagged %] [% IF NOT noissues || ( noissues && Koha.Preference('OnSiteCheckoutsForce') ) %] @@ -569,7 +577,7 @@ No patron matched [% message %] [% IF noissues %] Cannot check out! [% IF Koha.Preference('OnSiteCheckoutsForce') %] - Only on-site checkouts are allowed + Only on-site checkouts are allowed [% END %] [% ELSE %] Attention: --