Commit 58949a92 authored by mnair's avatar mnair

Added changes on line no 1036

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@179285 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cd1f7bf5
......@@ -1033,7 +1033,15 @@ public class PostOrderActivity {
xmlBuff.append("<tax_chap><![CDATA["+ taxChap +"]]></tax_chap>");
xmlBuff.append("<tax_env><![CDATA["+ taxEnv +"]]></tax_env>");
xmlBuff.append("<pack_code><![CDATA["+ packCode +"]]></pack_code>");
//Changes done by mayur on 29-JAN-2018------[START]
if(mfgDate!= null)
{
xmlBuff.append("<mfg_date><![CDATA["+ sdf.format(mfgDate) +"]]></mfg_date>");
}
//Changes done by mayur on 29-JAN-2018------[END]
//xmlBuff.append("<mfg_date><![CDATA["+ sdf.format(mfgDate) +"]]></mfg_date>");
xmlBuff.append("<expiry_date><![CDATA["+ sdf.format(expDate) +"]]></expiry_date>");
xmlBuff.append("<site_code__mfg><![CDATA["+ siteMfg +"]]></site_code__mfg>");
xmlBuff.append("<supp_code__mnfr><![CDATA["+ suppCodemnfr +"]]></supp_code__mnfr>");
......
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