From 5c25bb6b8235a594f6de2d8a2f78521b534625c0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Wed, 27 May 2015 12:03:42 +0200 Subject: [PATCH] =?utf8?q?prepare=5Fparts=5Ffor=5Fprinting:=20weight=20nic?= =?utf8?q?ht=20hier=20in=20TEMPLATE=5FARRAYS=20eintragen,=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit … da das auch schon in OE|DO->order_details und IS->invoice_details gemacht wird. Und durch das doppelte push stimmt die Reihenfolge dann nicht mehr. --- SL/IC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/IC.pm b/SL/IC.pm index e25e13e26..d7c015360 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -1713,7 +1713,7 @@ sub prepare_parts_for_printing { $sth->finish(); - my @columns = qw(ean image microfiche drawing weight); + my @columns = qw(ean image microfiche drawing); $query = qq|SELECT id, | . join(', ', @columns) . qq| FROM parts -- 2.20.1