From 238d4f5f5c11c2be0e5aa335bf783236ce4cfd1f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 23 Mar 2010 12:18:38 +0100 Subject: [PATCH] =?utf8?q?all=5Fparts:=20soldtotal=20darf=20kein=20pr?= =?utf8?q?=C3=A4fix=20haben.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fix für Bug 1358. --- SL/IC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/IC.pm b/SL/IC.pm index b0c58d7eb..0256e3d9c 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -818,7 +818,7 @@ sub all_parts { ordnumber => 'apoe.', make => 'mm.', quonumber => 'apoe.', model => 'mm.', invnumber => 'apoe.', partsgroup => 'pg.', - lastcost => ' ', + lastcost => ' ', , soldtotal => ' ', factor => 'pfac.', 'SUM(ioi.qty)' => ' ', description => 'p.', -- 2.20.1