Commit acdd854f authored by agaikwad's avatar agaikwad

Added boolean Condition(isBomReplace is true)


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103659 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a5c749f3
......@@ -703,7 +703,8 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe
return errString;
}
// 19-01-2007 manoharan
if (verifier != null && verifier.equalsIgnoreCase("Y"))
System.out.println("isBomReplace@@["+isBomReplace+"]");
if (verifier != null && verifier.equalsIgnoreCase("Y") && isBomReplace == false)
{
if (invaldBomExists)
{
......
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