From fbf1004345f98dec032a889fd23337656abc829b 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] Bug 11880: Select the barcode index by default then searching for label items. Content-Type: text/plain; charset=utf-8 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 Veron Signed-off-by: Marcel de Rooy --- 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