Commit 99957dbb authored by dpawar's avatar dpawar

change condition for regulated price


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93959 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bc637d9e
......@@ -292,13 +292,13 @@ public class ProofOfDeliveryDefault extends ActionHandlerEJB implements ProofOfD
System.out.println("Approved Rate 'N'---->>["+apprRate+"]");
return apprRate;
}
else{
// varName="AML_DPCO_PER";
// varValue=getNameOrDescrForCode(conn,"disparm","var_value","var_name",varName);
else if(regPrice.equalsIgnoreCase("D")){
varName="AML_DPCO_PER";
varValue=getNameOrDescrForCode(conn,"disparm","var_value","var_name",varName);
apprRate=invRate;
return 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