Commit ece882c0 authored by arawankar's avatar arawankar

Changes made in CreatePoRcpVoucher.java

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@187182 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4f4b7c5e
......@@ -1559,6 +1559,11 @@ public class CreatePoRcpVoucher
xmlBuff.append("<tax_amt><![CDATA[" + rcpTaxAmount + "]]></tax_amt>");
xmlBuff.append("<net_amt><![CDATA[" + rcpNetAmount + "]]></net_amt>");
xmlBuff.append("<post_diff><![CDATA[I]]></post_diff>");
//Modified by Anjali R. on[30/06/2018][Added value to chg date][Start]
sdf = new java.text.SimpleDateFormat(genericUtility.getApplDateTimeFormat());
//xmlBuff.append("<chg_date><![CDATA[" + sdf.format(today) + "]]></chg_date>");
xmlBuff.append("<chg_date><![CDATA[" + sdf.format(today) + "]]></chg_date>");
//Modified by Anjali R. on[30/06/2018][Added value to chg date][End]
xmlBuff.append("<chg_date><![CDATA[" + chgDate + "]]></chg_date>");
xmlBuff.append("<chg_user><![CDATA[" + (userId==null?"BASE":userId) + "]]></chg_user>");
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