@@ -, +, @@ suggestion (OPAC) - Create 2 suggestions - Create an order from one of them - Go to the suggestion list at the OPAC --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt @@ -298,7 +298,13 @@ [% END %] -

[% suggestions_loo.title | html %]

+

+ [% IF suggestions_loo.biblionumber %] + [% suggestions_loo.title | html %] + [% ELSE %] + [% suggestions_loo.title | html %] + [% END %] +

[% IF ( suggestions_loo.author ) %][% suggestions_loo.author | html %],[% END %] [% IF ( suggestions_loo.copyrightdate ) %] - [% suggestions_loo.copyrightdate | html %],[% END %] [% IF ( suggestions_loo.publishercode ) %] - [% suggestions_loo.publishercode | html %][% END %] --