Commit 4f8795d4 authored by agaikwad's avatar agaikwad

set tran_ser (itm_deault)


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105172 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d27db9eb
......@@ -3921,11 +3921,13 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
currDate = new java.sql.Timestamp(System.currentTimeMillis()) ;
currAppdate = new SimpleDateFormat(genericUtility.getApplDateFormat()).format(currDate).toString();
System.out.println("Tran date is"+currAppdate);
valueXmlString.append("<tran_date>").append("<![CDATA["+currAppdate.trim()+"]]>").append("</tran_date>");
valueXmlString.append("<eff_date>").append("<![CDATA["+currAppdate.trim()+"]]>").append("</eff_date>");
valueXmlString.append("<tax_date>").append("<![CDATA["+currAppdate.trim()+"]]>").append("</tax_date>");
valueXmlString.append("<rec_date>").append("<![CDATA["+currAppdate.trim()+"]]>").append("</rec_date>");
String tranSer="P-RCP";
valueXmlString.append("<tran_ser>").append("<![CDATA["+tranSer+"]]>").append("</tran_ser>");
valueXmlString.append("<amount>").append("0").append("</amount>");
valueXmlString.append("<tax>").append("0").append("</tax>");
valueXmlString.append("<discount>").append("0").append("</discount>");
......
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