From: Sven Schöling Date: Fri, 2 Oct 2009 13:21:24 +0000 (+0200) Subject: Warenberichte bsooqr mode: Verkaufspreis aus invoice_oi überlagern. X-Git-Tag: release-2.6.1beta1~251^2~1 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=1b9eff96c5c102b231ad9af07d03a7522ebba74c;p=kivitendo-erp.git Warenberichte bsooqr mode: Verkaufspreis aus invoice_oi überlagern. Fix für Bug 1186. --- 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