Commit 28f71550 authored by kshinde's avatar kshinde
parent 4061dc70
......@@ -5204,8 +5204,8 @@ public class SReturnForm extends ValidatorEJB implements SReturnFormLocal, SRetu
if( childNodeName.equalsIgnoreCase( "item_ser" ) )
{
mVal = genericUtility.getColumnValue( "item_ser", dom );
if(mVal!=null || mVal.trim().length()>0)
System.out.println("itemSer IC::"+mVal);
if(mVal!=null && mVal.trim().length()>0)
{
sqlStr = " Select Count(*) cnt from itemser where item_ser = ? ";
pstmt = conn.prepareStatement( sqlStr );
......
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