From 4fb0141e6146889290ad978c92ec3e2f44975e95 Mon Sep 17 00:00:00 2001 From: Michael Hafen Date: Wed, 11 Mar 2009 13:17:08 -0600 Subject: [PATCH] bug: add items to batch - search results have multiple items on one table row The table row openning and closing tags were outside the template loop. This moves them inside the loop. Without this search results with more than one copy will append those copies to the one row. Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tmpl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tmpl index 5b7ce377ca..478fc55492 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tmpl @@ -103,18 +103,16 @@ function add_item3(i_itemnumber){ - - +

- ',, ''); return false" href="/cgi-bin/koha/barcodes/label-manager.pl?itemnumber=&batch_id=&op=add">Add + ',, ''); return false" href="/cgi-bin/koha/barcodes/label-manager.pl?itemnumber=&batch_id=&op=add">Add - -- 2.20.1