Commit 625df659 authored by ngadkari's avatar ngadkari

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@173786 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 39bc752d
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>webitm</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
......@@ -642,9 +642,9 @@ public class PostOrderActivity {
xmlBuff.append("<chg_date><![CDATA[" + sdf.format(sysDate) + "]]></chg_date>");
xmlBuff.append("<chg_user><![CDATA[" + chgUser + "]]></chg_user>");
xmlBuff.append("<chg_term><![CDATA[" + chgTerm + "]]></chg_term>");
xmlBuff.append("<gp_no><![CDATA["+ checkNull(gpNo).trim() +"]]></gp_no>");
xmlBuff.append("<excise_ref><![CDATA["+ checkNull(gpNo).trim() +"]]></excise_ref>");
xmlBuff.append("<invoice_no><![CDATA["+ checkNull(gpNo).trim() +"]]></invoice_no>");
xmlBuff.append("<gp_date><![CDATA["+(gpDate) +"]]></gp_date>");
xmlBuff.append("<excise_ref_date><![CDATA["+sdf.format(gpDate) +"]]></excise_ref_date>");
xmlBuff.append("<freight_status><![CDATA[T]]></freight_status>");
xmlBuff.append("</Detail1>");
......
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