Commit 159e5a08 authored by dpawar's avatar dpawar

added new ejb


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92375 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c196ba23
...@@ -258,22 +258,7 @@ public class BondRecovery extends ValidatorEJB implements BondRecoveryLocal, Bon ...@@ -258,22 +258,7 @@ public class BondRecovery extends ValidatorEJB implements BondRecoveryLocal, Bon
break; break;
} }
} }
if( recAmtDue !=null && recAmtDue.trim().length() > 0 )
{
recAmountAct=Double.parseDouble(recAmtAct);
recAmountDue=Double.parseDouble(recAmtDue);
System.out.println("recAmountAct :-->>"+bondAmount+" recAmountDone : "+recAmountDone);
if (recAmountAct > recAmountDue)
{
System.out.println("greater than condition true -------");
errCode="RECAMTNUL";
errString = getErrorString("amt__due",errCode,userId);
break;
}
}
/*if( bondAmt !=null && bondAmt.trim().length() > 0 ) /*if( bondAmt !=null && bondAmt.trim().length() > 0 )
{ {
......
This diff is collapsed.
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