Commit c4c5e71b authored by smane's avatar smane

Set discount 0 by chandrashekar for POB Sales Order Generation


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98655 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 854a870a
......@@ -321,7 +321,7 @@ public class POBWizConf extends ActionHandlerEJB implements POBWizConfLocal, POB
xmlBuff.append("<quantity__fc><![CDATA["+ quantity +"]]></quantity__fc>");
xmlBuff.append("<net_amt><![CDATA["+ netAmt +"]]></net_amt>");
xmlBuff.append("<item_ser><![CDATA["+ itemSer.trim() +"]]></item_ser>");
xmlBuff.append("<discount><![CDATA["+ discount +"]]></discount>");
xmlBuff.append("<discount><![CDATA["+ 0 +"]]></discount>");
xmlBuff.append("<item_flg><![CDATA["+ "I" +"]]></item_flg>"); // CAN NOT BE NULL
xmlBuff.append("<CHG_USER><![CDATA["+ userId +"]]></CHG_USER>");
xmlBuff.append("<CHG_TERM><![CDATA["+ termId +"]]></CHG_TERM>");
......@@ -344,7 +344,7 @@ public class POBWizConf extends ActionHandlerEJB implements POBWizConfLocal, POB
xmlBuff.append("<quantity__fc><![CDATA["+ freeQty +"]]></quantity__fc>");
xmlBuff.append("<net_amt><![CDATA["+ netAmt +"]]></net_amt>");
xmlBuff.append("<item_ser><![CDATA["+ itemSer.trim() +"]]></item_ser>");
xmlBuff.append("<discount><![CDATA["+ discount +"]]></discount>");
xmlBuff.append("<discount><![CDATA["+ 0 +"]]></discount>");
xmlBuff.append("<item_flg><![CDATA["+ "I" +"]]></item_flg>"); // CAN NOT BE NULL
xmlBuff.append("<chg_user><![CDATA["+ userId +"]]></chg_user>");
xmlBuff.append("<chg_term><![CDATA["+ termId +"]]></chg_term>");
......
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