From: Sven Schöling Date: Mon, 31 Aug 2009 15:11:14 +0000 (+0200) Subject: Bugfix: Unit muss aus parts kommen und aus ioi überlagert werden. X-Git-Tag: release-2.6.1beta1~311 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/commitdiff_plain/66b4e9c9cc79d6efa331d08d7c4cf95c0e3245d7 Bugfix: Unit muss aus parts kommen und aus ioi überlagert werden. --- diff --git a/SL/IC.pm b/SL/IC.pm index ab0c79135..d654d008b 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -819,7 +819,6 @@ sub all_parts { 'SUM(ioi.qty)' => ' ', description => 'p.', qty => 'ioi.', - unit => 'ioi.', serialnumber => 'ioi.', ); @@ -831,6 +830,7 @@ sub all_parts { [ 'description', 'ioi.', 'invoice_oi' ], [ 'deliverydate', 'ioi.', 'invoice_oi' ], [ 'transdate' , 'apoe.', 'apoe' ], + [ 'unit' , 'ioi.', 'invoice_oi' ], ); # careful with renames. these are HARD, and any filters done on the original column will break