Commit bc189033 authored by dpawar's avatar dpawar

added source for aprv rate


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94041 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7f0b855a
......@@ -298,6 +298,10 @@ public class ProofOfDeliveryDefault extends ActionHandlerEJB implements ProofOfD
varName="AML_DPCO_PER";
varValue=getNameOrDescrForCode(conn,"disparm","var_value","var_name",varName);
//apprRate=invRate;
System.out.println("var value 'D'---->>["+apprRate+"]");
varValue=varValue==null ? "0" : varValue.trim();
varValueD=Double.parseDouble(varValue);
System.out.println("var value 'D1111'---->>["+apprRate+"]");
apprRate=invRate * 100/varValueD;
System.out.println("Approved Rate 'D'---->>["+apprRate+"]");
return apprRate;
......
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