Commit 46e609a3 authored by cpatil's avatar cpatil

// flag = true; //comment by cpatil for remove validation on 11/11/14...

//	flag = true;         //comment by cpatil for remove validation on 11/11/14 as per shailesh n manoharan sir discussion.   //	break;               //comment by cpatil for remove validation on 11/11/14 as per shailesh n manoharan sir discussion.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96788 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 31b2d149
......@@ -622,11 +622,13 @@ public class WoIssPartialPrc extends ProcessEJB implements WoIssPartialPrcLocal,
if(propReqQty > issueQtyDiff)
{
System.out.println("propReqQty["+propReqQty+"]issueQtyDiff["+issueQtyDiff+"]");
list.add(itemCode);
list.add(issuedQty);
list.add(issueQtyBill);
flag = true;
break; // added break condition on 05/11/14 by cpatil
// flag = true; //comment by cpatil for remove validation on 11/11/14 as per shailesh n manoharan sir discussion.
// break; //comment by cpatil for remove validation on 11/11/14 as per shailesh n manoharan sir discussion.
// added break condition on 05/11/14 by cpatil
}
......
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