Commit 56346c7b authored by mmhatre's avatar mmhatre

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@209661 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 80d8b655
......@@ -1613,7 +1613,6 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal
else if (childNodeName.equalsIgnoreCase("cust_code__dlv")) {
custCode = genericUtility.getColumnValue("cust_code__dlv", dom);
System.out.println("cust code dlv manish>>>>"+custCode);
if(custCode!=null && custCode.trim().length()>0)
{
sql="select count(*) as cnt from customer where cust_code= ? ";
......
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