Commit 88c1413d authored by kshinde's avatar kshinde

bug fix


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@190791 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0f2654b4
...@@ -7836,7 +7836,7 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal ...@@ -7836,7 +7836,7 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal
orderType = checkNull(genericUtility.getColumnValue("order_type", dom1)); orderType = checkNull(genericUtility.getColumnValue("order_type", dom1));
priceList= checkNull(genericUtility.getColumnValue("price_list", dom1)); priceList= checkNull(genericUtility.getColumnValue("price_list", dom1));
priceListClg= checkNull(genericUtility.getColumnValue("price_list__clg", dom1)); priceListClg= checkNull(genericUtility.getColumnValue("price_list__clg", dom1));
lsCustCode= checkNull(genericUtility.getColumnValue("cust_code", dom1));
valueXmlString.append("<cust_code protect = \"1\">").append("<![CDATA[" + lsCustCode + "]]>") valueXmlString.append("<cust_code protect = \"1\">").append("<![CDATA[" + lsCustCode + "]]>")
.append("</cust_code>"); .append("</cust_code>");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment