From b1132794beea992ab327d152001ea1b497065167 Mon Sep 17 00:00:00 2001 From: Meenakshi.R Date: Wed, 12 Sep 2012 11:01:21 +0530 Subject: [PATCH] Bug 8302 - Add accesssion number(barcode) to the drop down list in OPAC Search. Files Modified: i)koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc: Test cases: i)select Barcode in drop down list and enter a exist barcode, check the results. ii)select Barcode in drop down list and enter a non-exist barcode, check the results. --- koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc index 822cb6e..80e193c 100644 --- a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc @@ -70,6 +70,11 @@ [% ELSE %] + [% END %] + [% IF ( ms_bc ) %] + + [% ELSE %] + [% END %] [% IF ( ms_value ) %]
-- 1.6.4.2