Commit 0cf1268e authored by arawankar's avatar arawankar

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@187288 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ad3cfb5f
...@@ -1239,7 +1239,10 @@ public class CreatePoRcpVoucher ...@@ -1239,7 +1239,10 @@ public class CreatePoRcpVoucher
xmlBuff.append("<tax_amt><![CDATA[" + rcpTaxAmount + "]]></tax_amt>"); xmlBuff.append("<tax_amt><![CDATA[" + rcpTaxAmount + "]]></tax_amt>");
xmlBuff.append("<net_amt><![CDATA[" + rcpNetAmount + "]]></net_amt>"); xmlBuff.append("<net_amt><![CDATA[" + rcpNetAmount + "]]></net_amt>");
xmlBuff.append("<post_diff><![CDATA[I]]></post_diff>"); xmlBuff.append("<post_diff><![CDATA[I]]></post_diff>");
sdf = new java.text.SimpleDateFormat(genericUtility.getDBDateTimeFormat()); //Modified by Anjali R. on[30/06/2018][Change db_date time format to appl date time format][Start]
//sdf = new java.text.SimpleDateFormat(genericUtility.getDBDateTimeFormat());
sdf = new java.text.SimpleDateFormat(genericUtility.getApplDateTimeFormat());
//Modified by Anjali R. on[30/06/2018][Change db_date time format to appl date time format][End]
xmlBuff.append("<chg_date><![CDATA[" + sdf.format(today) + "]]></chg_date>"); xmlBuff.append("<chg_date><![CDATA[" + sdf.format(today) + "]]></chg_date>");
xmlBuff.append("<chg_user><![CDATA[" + (userId==null?"":userId) + "]]></chg_user>"); xmlBuff.append("<chg_user><![CDATA[" + (userId==null?"":userId) + "]]></chg_user>");
xmlBuff.append("<chg_term><![CDATA[" + (termId==null?"BASE":termId) + "]]></chg_term>"); xmlBuff.append("<chg_term><![CDATA[" + (termId==null?"BASE":termId) + "]]></chg_term>");
......
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