Commit b94daab9 authored by msharma's avatar msharma

SiteCode__ship value corrected in de-allocation


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96137 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a3fff814
......@@ -1139,6 +1139,7 @@ public class StockDeallocationPrc extends ProcessEJB implements StockDeallocat
ArrayList< String> hdrElem= new ArrayList<String>();
hdrElem.add(custCode);
hdrElem.add(saleOrder);
hdrElem.add(siteCode);
hdrElem.add(siteCodeShip);
hdrElem.add(chgTerm);
hdrElem.add(chgUser);
......@@ -1239,7 +1240,7 @@ public class StockDeallocationPrc extends ProcessEJB implements StockDeallocat
xmlBuff.append("<cust_code><![CDATA["+ hdrList.get(0) +"]]></cust_code>");
xmlBuff.append("<sale_order><![CDATA["+ hdrList.get(1) +"]]></sale_order>");
xmlBuff.append("<site_code><![CDATA["+ hdrList.get(2) +"]]></site_code>");
xmlBuff.append("<site_code__ship><![CDATA["+ hdrList.get(2) +"]]></site_code__ship>");
xmlBuff.append("<site_code__ship><![CDATA["+ hdrList.get(3) +"]]></site_code__ship>");
xmlBuff.append("<chg_date><![CDATA["+sdf.format(sysDate)+"]]></chg_date>");
xmlBuff.append("<chg_term><![CDATA["+ chgTerm +"]]></chg_term>");
xmlBuff.append("<chg_user><![CDATA["+ chgUser +"]]></chg_user>");
......
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