Commit 22b0c7e2 authored by ajadhav's avatar ajadhav

get cust_code at line no 4188

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@179764 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ff05d292
......@@ -4185,7 +4185,9 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal
lsItemser = checkNull(genericUtility.getColumnValue("item_ser", dom));
lsSiteCode = checkNull(genericUtility.getColumnValue("site_code", dom));
lsOrderType = checkNull(genericUtility.getColumnValue("order_type", dom));
//Add by Ajay on 06/02/18:START
lsCustCode = checkNull(genericUtility.getColumnValue("cust_code", dom));
//Add by Ajay on 06/02/18:END
sql = "select descr from itemser where item_ser =?";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, lsItemser);
......
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