Commit 8c71ac62 authored by dsawant's avatar dsawant

tran date set on itm default


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94542 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4c3fa3ae
......@@ -835,7 +835,7 @@ public class StockValAdjTran extends ValidatorEJB implements StockValAdjTranLoca
SimpleDateFormat simpleDateFormatObj = new SimpleDateFormat(genericUtility.getApplDateFormat());
String systemDate = simpleDateFormatObj.format(currentDate.getTime());
System.out.println("Now the date is :=> " + systemDate);
valueXmlString.append("<tran_date>").append("<![CDATA[" + systemDate + "]]>").append("</tran_date>");
loginSite = getValueFromXTRA_PARAMS(xtraParams, "loginSiteCode");
loginSite = loginSite == null ? "":loginSite.trim();
valueXmlString.append("<site_code>").append("<![CDATA[" + loginSite + "]]>").append("</site_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