Commit 36ee325a authored by mmhatre's avatar mmhatre

Delivery To Customer proper set in the customer master

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@207129 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 924f9957
...@@ -8032,9 +8032,13 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal ...@@ -8032,9 +8032,13 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal
lsSiteCode = checkNull(genericUtility.getColumnValue("site_code", dom)); lsSiteCode = checkNull(genericUtility.getColumnValue("site_code", dom));
lsCustCode = checkNull(genericUtility.getColumnValue("cust_code", dom)); lsCustCode = checkNull(genericUtility.getColumnValue("cust_code", dom));
ldtOrderDate = checkNull(genericUtility.getColumnValue("order_date", dom)); ldtOrderDate = checkNull(genericUtility.getColumnValue("order_date", dom));
valueXmlString.append("<cust_code__dlv>").append("<![CDATA[" + custCode + "]]>")
.append("</cust_code__dlv>"); //commented by manish mhatre on 10-sep-2019[for set dlv cust code in customer master ]
setNodeValue(dom, "cust_code__dlv", getAbsString(custCode));// Start added by chandrashekar //start manish
// valueXmlString.append("<cust_code__dlv>").append("<![CDATA[" + custCode + "]]>")
// .append("</cust_code__dlv>");
// setNodeValue(dom, "cust_code__dlv", getAbsString(custCode));
//end manish // Start added by chandrashekar
// 10-aug-2016 // 10-aug-2016
......
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