Commit 5446deed authored by sankara.rao's avatar sankara.rao

changed by sankara on 26/09/13 update AsnConf for invoice date


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93671 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7f6437d6
......@@ -1685,6 +1685,9 @@ public class AsnConf extends ActionHandlerEJB implements AsnConfLocal, AsnConfRe
xmlString.append("<purc_order><![CDATA[").append(purcOrder).append("]]></purc_order>");
xmlString.append("<dc_no><![CDATA[").append(invoiceNo).append("]]></dc_no>");
xmlString.append("<invoice_no><![CDATA[").append(invoiceNo).append("]]></invoice_no>");
// changed by sankara on 26/09/13 for set Invoice Date start.
xmlString.append("<invoice_date><![CDATA[").append(asnDate).append("]]></invoice_date>");
// changed by sankara on 26/09/13 for set Invoice Date end.
xmlString.append("<dc_date><![CDATA[").append(asnDate).append("]]></dc_date>");
xmlString.append("<tran_code><![CDATA[").append(tranCode).append("]]></tran_code>");
xmlString.append("<asn_no><![CDATA[").append(asnNo).append("]]></asn_no>");
......
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