@@ -, +, @@ --- .../opac-tmpl/prog/en/modules/sco/sco-main.tt | 6 +++--- 1 files changed, 3 insertions(+), 3 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 @@ -203,14 +203,14 @@ Sorry, This Self-Checkout Station has lost authentication. Please contact the a [% FOREACH ISSUE IN ISSUES %] [% UNLESS ( loop.odd ) %][% ELSE %][% END %] - [% IF ( ISSUE.amazonimages ) %] [% IF ( ISSUE.isbn ) %]Book Cover Image[% END %] [% END %][% UNLESS ( ISSUE.noitemlinks ) %][% ISSUE.title |html %][% ELSE %][% ISSUE.title |html %][% END %] + [% UNLESS ( ISSUE.noitemlinks ) %][% ISSUE.title |html %][% ELSE %][% ISSUE.title |html %][% END %] [% ISSUE.author %] ([% ISSUE.barcode %]) [% ISSUE.itemcallnumber %] [% IF ( ISSUE.overdue ) %][% ISSUE.date_due_display %][% ELSE %][% ISSUE.date_due_display %][% END %]
- + [% IF ( ISSUE.norenew ) %] @@ -225,7 +225,7 @@ Sorry, This Self-Checkout Station has lost authentication. Please contact the a [% END %]
- [% UNLESS ( ISSUE.nofines ) %][% IF ( ISSUE.charges ) %]Yes[% ELSE %]No[% END %][% END %] + [% UNLESS ( nofines ) %][% IF ( ISSUE.charges ) %]Yes[% ELSE %]No[% END %][% END %] [% END %] --