@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt @@ -353,7 +353,12 @@ [% FOREACH itemsloo IN itemsloop %] - + [% IF ( itemsloo.title ) %] + [% check_title = itemsloo.title %] + [% ELSE %] + [% check_title = itemsloo.biblionumber %] + [% END %] + [% UNLESS ( item_level_itypes ) %] [% UNLESS ( Koha.Preference('OpacNoItemTypeImages') ) %] --