Commit 1f64bed1 authored by asikarwar's avatar asikarwar

remove the tran_typr validation


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92427 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3ef38527
......@@ -4254,17 +4254,7 @@ public class SReturnForm extends ValidatorEJB implements SReturnFormLocal, SRetu
errFields.add( childNodeName.toLowerCase() );
}
}
if( childNodeName.equalsIgnoreCase( "tran_type" ) )//added by kunal on 24/12/12
{
tranType = genericUtility.getColumnValue( "tran_type", dom ) ;
if( tranType == null || tranType.trim().length() == 0 )
{
errCode = "TRTYPEBK";
errList.add( errCode );
errFields.add( childNodeName.toLowerCase() );
}
}
}//end for
break;
case 2 :
......
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