Commit 5284629f authored by ngadkari's avatar ngadkari

Changes in site_code__ship column itemchange

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@210821 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3da7209f
......@@ -9576,7 +9576,7 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal
String custCodeBill="";
siteCodeShip = checkNull(genericUtility.getColumnValue("site_code__ship", dom));
mItemSer = checkNull(genericUtility.getColumnValue("item_ser", dom1));
lsCustCodeDlv = checkNull(genericUtility.getColumnValue("cust_code__dlv", dom));
custCodeDlv = checkNull(genericUtility.getColumnValue("cust_code__dlv", dom));
custCodeBill = checkNull(genericUtility.getColumnValue("cust_code__bil", dom));
orderType = checkNull(genericUtility.getColumnValue("order_type",dom));
......
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