@@ -, +, @@ --- .../opac-tmpl/prog/en/modules/sco/sco-main.tt | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) --- a/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt +++ a/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt @@ -132,7 +132,8 @@ $(document).ready(function() { [% END %] [% END %] - +[% UNLESS ( renew ) %] +[% ELSE %][% END %] @@ -219,7 +220,8 @@ Sorry, This Self-Checkout Station has lost authentication. Please contact the a No renewals allowed [% END %] [% ELSE %] - + [% UNLESS ( ISSUE.renew ) %] + [% ELSE %][% END %] [% END %] --