Commit 877b6db3 authored by kshinde's avatar kshinde

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@190210 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1dea22ee
......@@ -3996,8 +3996,9 @@ public class PostOrderProcess extends ProcessEJB implements PostOrderProcessLoca
System.out.println("<<<<"+skiplot.trim().indexOf(lineNo.trim()));*/
if(skipline.trim().indexOf(lineNo.trim()) > 0 )
{
continue;
System.out.println("Inside skipline");
continue;
}
if(skiplot.trim().indexOf(lineNo.trim()) > 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