@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt @@ -52,7 +52,9 @@ $(document).ready(function() { [% INCLUDE 'acquisitions-toolbar.inc' %] [% UNLESS ( count == 1 ) %] - [% IF ( supplier.length < 1 ) %] + [% UNLESS count %] +

Your search returned no results.

+ [% ELSIF ( supplier.length < 1 ) %]

Vendor search: [% count %] results found

[% ELSE %]

Vendor search: [% count %] results found for '[% supplier %]'

--