Commit ed09c67e authored by pjain's avatar pjain

changed by sankara on 05/09/14 repl issue set repl order


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96173 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7550cfb7
......@@ -3591,7 +3591,7 @@ public class ReplIssIC extends ValidatorEJB implements ReplIssICLocal, ReplIssIC
replOrderChk=null;
continue;
}
if(isValidRepl(replOrderChk,conn)){//false
if(!isValidRepl(replOrderChk,conn)){//false
replOrderChk=null;
continue;
}
......
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