details:   /erp/devel/pi/rev/82b4f54084e5
changeset: 11620:82b4f54084e5
user:      Egoitz Castillo <egoitz.castillo <at> openbravo.com>
date:      Wed Apr 20 17:23:35 2011 +0200
summary:   Fixes issue 0015914: Bad behaviour when select a product in Internal 
Consumption

diffstat:

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

diffs (12 lines):

diff -r ffcd791eee01 -r 82b4f54084e5 
src/org/openbravo/erpCommon/ad_callouts/SL_Internal_Consumption_Product.java
--- 
a/src/org/openbravo/erpCommon/ad_callouts/SL_Internal_Consumption_Product.java  
    Wed Apr 20 16:29:40 2011 +0200
+++ 
b/src/org/openbravo/erpCommon/ad_callouts/SL_Internal_Consumption_Product.java  
    Wed Apr 20 17:23:35 2011 +0200
@@ -84,7 +84,7 @@
     StringBuffer resultado = new StringBuffer();
     resultado.append("var calloutName='SL_Internal_Consumption_Product';\n\n");
     resultado.append("var respuesta = new Array(");
-    resultado.append("new Array(\"inpcUomId\", " + strUOM + "),\n");
+    resultado.append("new Array(\"inpcUomId\", \"" + strUOM + "\"),\n");
     if (strPLocator.startsWith("\""))
       strPLocator = strPLocator.substring(1, strPLocator.length() - 1);
     resultado.append("new Array(\"inpmLocatorId\", \"" + strPLocator + 
"\"),\n");

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to