details: https://code.openbravo.com/erp/devel/pi/rev/b4a79546b9e5
changeset: 16058:b4a79546b9e5
user: Sandra Huguet <sandra.huguet <at> openbravo.com>
date: Wed Apr 04 15:04:25 2012 +0200
summary: Fixed issue 20015 Set Excludeforwithholding to N instead to null
Set Excludeforwithholding to N instead to null in c_invoiceline table
diffstat:
src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice_data.xsql | 4
++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 5b2bcd4832a0 -r b4a79546b9e5
src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice_data.xsql
--- a/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice_data.xsql
Thu Apr 12 10:37:06 2012 +0200
+++ b/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice_data.xsql
Wed Apr 04 15:04:25 2012 +0200
@@ -577,7 +577,7 @@
C_UOM_ID,QtyInvoiced, PriceList,
PriceActual,PriceLimit, LineNetAmt,
ChargeAmt,C_Tax_ID, QuantityOrder, M_Product_UOM_ID,
- M_Attributesetinstance_ID, PriceStd, taxbaseamt)
+ M_Attributesetinstance_ID, PriceStd, taxbaseamt, excludeforwithholding)
VALUES
(?, ?, ?, ?, 'Y',
now(), ?, now(), ?,
@@ -585,7 +585,7 @@
?, TO_NUMBER(?), TO_NUMBER(?),
TO_NUMBER(?), TO_NUMBER(?), TO_NUMBER(?),
0, ?, TO_NUMBER(?), ?,
- ?, TO_NUMBER(?), TO_NUMBER(?))
+ ?, TO_NUMBER(?), TO_NUMBER(?), 'N')
</Sql>
<Parameter name="cInvoicelineId"/>
<Parameter name="cInvoiceId"/>
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits