From d5acd33e97be65d5e8a1766bc682d3f68cb2bc39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9rick?= Date: Fri, 28 Feb 2014 16:21:46 -0500 Subject: [PATCH] [Signed-off] Select the barcode index by default then searching for label items. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit http://bugs.koha-community.org/show_bug.cgi?id=11880 Test case: * Go to "Tools -> Label creator -> Manage batches" * Click on the "New batch" button * Click on the "Add item(s)" button * A search window should open. The "Barcode" value should be selected in the the selectbox. Followed test case. Patch behaves as expected. Signed-off-by: Marc VĂ©ron --- koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt index 748d5ac..af95538 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt @@ -59,7 +59,7 @@ to add to Batch [% batch_id %] [% ELSE %][% END %] [% IF ( selected ) %] -[% ELSE %][% END %] +[% ELSE %][% END %] [% IF ( selected ) %] [% ELSE %][% END %] -- 1.7.10.4