@@ -, +, @@ -koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc: -select Accession No in drop down list and enter a exist barcode, check the results. -select Accession No in drop down list and enter a non-exist barcode, check the results. --- koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) --- a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc +++ a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc @@ -70,7 +70,12 @@ [% ELSE %] - [% END %] + [% END %] + [% IF ( ms_bc ) %] + + [% ELSE %] + + [% END %] [% IF ( ms_value ) %]
[% ELSE %] --