Commit 88f421b2 authored by mnair's avatar mnair

In line no 2662:26:-

      if(amount > 0) changed to if(amount < 0)
	       {                                                     {
			  tranSer ="MDRCRC";                   tranSer ="MDRCRC";
					}		                                                }
	    
							                             
						                  

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@165116 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e938a3d0
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>webitm-fin</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
...@@ -2656,7 +2656,7 @@ public class MiscDrCrRcpConf extends ActionHandlerEJB implements MiscDrCrRcpConf ...@@ -2656,7 +2656,7 @@ public class MiscDrCrRcpConf extends ActionHandlerEJB implements MiscDrCrRcpConf
pstmt.close(); pstmt.close();
pstmt=null; pstmt=null;
if(amount > 0) if(amount < 0)
{ {
tranSer ="MDRCRC"; 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