@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc @@ -77,7 +77,7 @@ [% END %] [% IF ( item.bundle_host ) %] - In bundle: [% INCLUDE 'biblio-title.inc' biblio = item.bundle_host.biblio %] + In bundle: [% INCLUDE 'biblio-title.inc' biblio = item.bundle_host.biblio %] [% END %] [% IF ( item.damaged ) %] --