From 66b4e9c9cc79d6efa331d08d7c4cf95c0e3245d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 31 Aug 2009 17:11:14 +0200 Subject: [PATCH] =?utf8?q?Bugfix:=20Unit=20muss=20aus=20parts=20kommen=20u?= =?utf8?q?nd=20aus=20ioi=20=C3=BCberlagert=20werden.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/IC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1