From 1b9eff96c5c102b231ad9af07d03a7522ebba74c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 2 Oct 2009 15:21:24 +0200 Subject: [PATCH] =?utf8?q?Warenberichte=20bsooqr=20mode:=20Verkaufspreis?= =?utf8?q?=20aus=20invoice=5Foi=20=C3=BCberlagern.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fix für Bug 1186. --- SL/IC.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/SL/IC.pm b/SL/IC.pm index ff4ce095b..ffc734bd8 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -837,6 +837,7 @@ sub all_parts { [ 'deliverydate', 'ioi.', 'invoice_oi' ], [ 'transdate', 'apoe.', 'apoe' ], [ 'unit', 'ioi.', 'invoice_oi' ], + [ 'sellprice', 'ioi.', 'invoice_oi' ], ); # careful with renames. these are HARD, and any filters done on the original column will break -- 2.20.1