Commit d29d36f3 authored by ngadkari's avatar ngadkari

Two new columns added gp_no and gp_date.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@173736 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3682d22b
...@@ -643,6 +643,7 @@ public class PostOrderActivity { ...@@ -643,6 +643,7 @@ public class PostOrderActivity {
xmlBuff.append("<chg_user><![CDATA[" + chgUser + "]]></chg_user>"); xmlBuff.append("<chg_user><![CDATA[" + chgUser + "]]></chg_user>");
xmlBuff.append("<chg_term><![CDATA[" + chgTerm + "]]></chg_term>"); xmlBuff.append("<chg_term><![CDATA[" + chgTerm + "]]></chg_term>");
xmlBuff.append("<gp_no><![CDATA["+ checkNull(gpNo).trim() +"]]></gp_no>"); xmlBuff.append("<gp_no><![CDATA["+ checkNull(gpNo).trim() +"]]></gp_no>");
xmlBuff.append("<invoice_no><![CDATA["+ checkNull(gpNo).trim() +"]]></invoice_no>");
xmlBuff.append("<gp_date><![CDATA["+(gpDate) +"]]></gp_date>"); xmlBuff.append("<gp_date><![CDATA["+(gpDate) +"]]></gp_date>");
xmlBuff.append("<freight_status><![CDATA[T]]></freight_status>"); xmlBuff.append("<freight_status><![CDATA[T]]></freight_status>");
xmlBuff.append("</Detail1>"); 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