details:   https://code.openbravo.com/erp/devel/pi/rev/1159e313740d
changeset: 17864:1159e313740d
user:      David Miguelez <david.miguelez <at> openbravo.com>
date:      Thu Sep 06 12:29:14 2012 +0200
summary:   Fixes issue 21565: Fixes problem when creating the response.

diffstat:

 src/org/openbravo/erpCommon/ad_callouts/SL_Invoice_Amt.java |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r b018aeca396f -r 1159e313740d 
src/org/openbravo/erpCommon/ad_callouts/SL_Invoice_Amt.java
--- a/src/org/openbravo/erpCommon/ad_callouts/SL_Invoice_Amt.java       Thu Sep 
06 12:27:40 2012 +0200
+++ b/src/org/openbravo/erpCommon/ad_callouts/SL_Invoice_Amt.java       Thu Sep 
06 12:29:14 2012 +0200
@@ -184,7 +184,7 @@
       resultado.append("new Array(\"inppriceactual\"," + 
netUnitPrice.toString() + "),");
       resultado.append("new Array(\"inppricelist\", " + 
netUnitPrice.toString() + "),");
       resultado.append("new Array(\"inppricelimit\", " + 
netUnitPrice.toString() + "),");
-      resultado.append("new Array(\"inppricestd\", " + netUnitPrice.toString() 
+ "\"),");
+      resultado.append("new Array(\"inppricestd\", " + netUnitPrice.toString() 
+ "),");
     }
     // if taxinclusive field is changed then modify net unit price and gross 
price
     if (strChanged.equals("inpgrossUnitPrice")) {

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to