Commit 57d16a6e authored by cpatil's avatar cpatil

remove comment for validation of issue quantity


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97517 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 89f45cde
......@@ -626,8 +626,8 @@ public class WoIssPartialPrc extends ProcessEJB implements WoIssPartialPrcLocal,
list.add(itemCode);
list.add(issuedQty);
list.add(issueQtyBill);
// 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.
flag = true; // remove comment on 05/03/15 for validate over issue quantity //comment by cpatil for remove validation on 11/11/14 as per shailesh n manoharan sir discussion.
break; // remove comment on 05/03/15 for validate over issue quantity //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