Commit c3234907 authored by ssalve's avatar ssalve

Sarita: Done changes to for wrong tag for cctr_code_ar on 06 JUN 2018

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@186090 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f7fe8867
......@@ -1158,7 +1158,9 @@ conn = getConnection();
valueXmlString.append("<customer_cust_name>").append("<![CDATA[" + custName + "]]>").append("</customer_cust_name>");
valueXmlString.append("<curr_code>").append("<![CDATA[" + currCode + "]]>").append("</curr_code>");
valueXmlString.append("<acct_code__ar>").append("<![CDATA[" + acctCodeArLs + "]]>").append("</acct_code__ar>");
valueXmlString.append("<acct_code__ar>").append("<![CDATA[" + cctrCodeArLs + "]]>").append("</cctr_code__ar>");
//changes by sarita to change acct_code__ar name on 06 JUNE 2018
//valueXmlString.append("<acct_code__ar>").append("<![CDATA[" + cctrCodeArLs + "]]>").append("</cctr_code__ar>");
valueXmlString.append("<cctr_code__ar>").append("<![CDATA[" + cctrCodeArLs + "]]>").append("</cctr_code__ar>");
}
else
{
......
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