details:   https://code.openbravo.com/erp/devel/pi/rev/3a71027b0600
changeset: 18202:3a71027b0600
user:      David Miguelez <david.miguelez <at> openbravo.com>
date:      Thu Oct 11 16:59:59 2012 +0200
summary:   Related to Issue 21915.

diffstat:

 src-db/database/model/functions/C_INVOICE_CREATE.xml |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r d5a54ef8d574 -r 3a71027b0600 
src-db/database/model/functions/C_INVOICE_CREATE.xml
--- a/src-db/database/model/functions/C_INVOICE_CREATE.xml      Thu Oct 11 
13:33:05 2012 +0200
+++ b/src-db/database/model/functions/C_INVOICE_CREATE.xml      Thu Oct 11 
16:59:59 2012 +0200
@@ -109,7 +109,9 @@
           ol.PriceStd,
           ol.m_attributesetinstance_id,
           ol.taxbaseamt,
-          ol.gross_unit_price
+          ol.gross_unit_price,
+          ol.grosspricestd,
+          ol.grosspricelist
         FROM M_INOUT s, M_INOUTLINE sl
         RIGHT JOIN C_ORDERLINE ol
           ON sl.C_OrderLine_ID=ol.C_OrderLine_ID
@@ -714,7 +716,9 @@
                 ol.gross_unit_price,
                 ol.m_attributesetinstance_id,
                 ol.taxbaseamt, o.fin_paymentmethod_id,
-                pl.istaxincluded
+                pl.istaxincluded,
+                ol.grosspricestd,
+                ol.grosspricelist
               FROM M_INOUT sh,
                 M_INOUTLINE sl,
                 C_ORDER o,

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to