Commit 51134492 authored by ngadkari's avatar ngadkari

to skip line logic commented

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@195993 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ff0aadcf
......@@ -4104,7 +4104,8 @@ public class PostOrderProcess extends ProcessEJB implements PostOrderProcessLoca
System.out.println("skipline["+skipline+"] lineNo["+lineNo+"]");
//Uncommented by kunal on 5/09/2019 to skip scheme item if stock for chargeable item is insufficient
if(skipline.trim().indexOf(lineNo.trim()) > 0 )
//COMMENTED BY NANDKUMAR GADKARI ON 21/01/19 DUE TO THIS ALLOC QTY NOT GETTING UPDATE
/*if(skipline.trim().indexOf(lineNo.trim()) > 0 )
{
System.out.println("Inside skipline");
continue;
......@@ -4114,7 +4115,8 @@ public class PostOrderProcess extends ProcessEJB implements PostOrderProcessLoca
{
System.out.println("Inside skiplot");
continue;
}
}*/
//Pavan R Start 12/JAN/18
double allocQtyUpd = stockBean.getAllocQtyUpd();
......
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