diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt b/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt
index 67b5ba85fa..fb9e0be099 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt
+++ b/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 ) %][% 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 %]
|
- [% UNLESS ( ISSUE.nofines ) %][% IF ( ISSUE.charges ) %]Yes[% ELSE %]No[% END %] | [% END %]
+ [% UNLESS ( nofines ) %][% IF ( ISSUE.charges ) %]Yes[% ELSE %]No[% END %] | [% END %]
[% END %]