prepare_parts_for_printing: weight nicht hier in TEMPLATE_ARRAYS eintragen, …
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 27 May 2015 10:03:42 +0000 (12:03 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 27 May 2015 10:03:42 +0000 (12:03 +0200)
… 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

index e25e13e..d7c0153 100644 (file)
--- 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