Commit b6b3e141 authored by ngadkari's avatar ngadkari

SET VALUE IN itmDefault supp_code from and to 00 ZZ

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@189438 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 149176af
......@@ -110,6 +110,9 @@ public class PayRecXfrIC extends ValidatorEJB implements PayRecXfrICRemote, PayR
System.out.println("----------- inside itm_default ---------------");
valueXmlString.append("<site_code>").append("<![CDATA[" + loginSite + "]]>").append("</site_code>");
valueXmlString.append("<tran_date>").append("<![CDATA[" + dateNow + "]]>").append("</tran_date>");
valueXmlString.append("<sundry_code__fr>").append("<![CDATA[" + ("00") + "]]>").append("</sundry_code__fr>");
valueXmlString.append("<sundry_code__to>").append("<![CDATA[" + ("ZZ") + "]]>").append("</sundry_code__to>");
}
valueXmlString.append("</Detail1>");
......
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