Commit b6b5978a authored by agaikwad's avatar agaikwad

Change isBomReplace value(True)


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