Commit 1f030318 authored by cpatil's avatar cpatil

ifsc code not validate


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100099 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 388fdf6e
......@@ -252,11 +252,13 @@ public class MiscPaySubAct extends ActionHandlerEJB implements MiscPaySubActLoca
retString = itmDBAccessLocal.getErrorString("","VTIINVACCT","");
return retString;
}
/* // comment by cpatil on 04/02/16 for ifsc code not validate
if(ifsc.trim().length()==0)
{
retString = itmDBAccessLocal.getErrorString("","VTIINVIFSC","");
return retString;
}
*/
}
// if(!"E".equalsIgnoreCase(sundrtyTypeDet.trim()) && finparPayModeArrList.contains(payMode.trim()))
......
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