Commit 6b7a5b57 authored by mjadhav's avatar mjadhav

add field in generate sale order


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95040 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e6fa6668
......@@ -1332,6 +1332,9 @@ public class GenerateSaleOrderPrc extends ProcessEJB implements GenerateSaleOrde
xmlBuff.append("<tax_env><![CDATA["+ taxEnv.trim() +"]]></tax_env>");
xmlBuff.append("<pack_code><![CDATA["+ packCode +"]]></pack_code>");
xmlBuff.append("<quantity><![CDATA["+ quantity.trim() +"]]></quantity>");
//added by mahendra on 08-MAY-2014
xmlBuff.append("<quantity__fc><![CDATA["+ quantity.trim() +"]]></quantity__fc>");
xmlBuff.append("<unit__std><![CDATA["+ unitStd +"]]></unit__std>");
xmlBuff.append("<net_amt><![CDATA["+ netAmt +"]]></net_amt>");
xmlBuff.append("<item_ser><![CDATA["+ itemSer.trim() +"]]></item_ser>");
......
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