Commit 5f951abd authored by agaikwad's avatar agaikwad

change condition flag=false for Type allow purchase rate.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101177 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f241511e
...@@ -1863,7 +1863,8 @@ public class POrderAmdIC extends ValidatorEJB implements POrderAmdICLocal,POrder ...@@ -1863,7 +1863,8 @@ public class POrderAmdIC extends ValidatorEJB implements POrderAmdICLocal,POrder
} }
System.out.println("Rate is" + rate); System.out.println("Rate is" + rate);
if(falgporate = true) //if(falgporate = true)
if(falgporate = false)
{ {
if (dis > 0) if (dis > 0)
{ {
......
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