Commit 683003f9 authored by cpatil's avatar cpatil

modify for remove error


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93398 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 77c54c93
......@@ -165,6 +165,7 @@ public class porderTypeIC extends ValidatorEJB implements porderTypeICLocal, por
if(childNodeName.equalsIgnoreCase("item_ser__def"))
{
itemSerDef = checkNull(genericUtility.getColumnValue("item_ser__def", dom));
System.out.println("@@@@@@@@itemSerDef["+itemSerDef+"]");
if(itemSerDef != null && itemSerDef.trim().length() > 0)
{
sql = " SELECT COUNT(1) FROM ITEMSER WHERE ITEM_SER = ? ";
......@@ -187,7 +188,7 @@ public class porderTypeIC extends ValidatorEJB implements porderTypeICLocal, por
}
}
}
// end of 24/07/13
// end of 24/07/13
}
int errListSize = errList.size();
cnt = 0;
......
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