Commit a9ceaa00 authored by rpawar's avatar rpawar

changes made in MiscDrCrRcpConf.java

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@173345 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a2b5a747
......@@ -2656,8 +2656,10 @@ public class MiscDrCrRcpConf extends ActionHandlerEJB implements MiscDrCrRcpConf
rs=null;
pstmt.close();
pstmt=null;
if(amount < 0)
//Modified by Rupesh on[09/11/2017][to compare amount value with double][Start].
/*if(amount < 0)*/
if(amount < 0d)
//Modified by Rupesh on[09/11/2017][to compare amount value with double][End].
{
tranSer ="MDRCRC";
}
......
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