Commit 230a4b18 authored by cpatil's avatar cpatil

remove comment


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98552 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b128c26e
...@@ -693,13 +693,13 @@ public class WoIssPartialPrc extends ProcessEJB implements WoIssPartialPrcLocal, ...@@ -693,13 +693,13 @@ public class WoIssPartialPrc extends ProcessEJB implements WoIssPartialPrcLocal,
*/ */
// end by cpatil on 01/06/15 for iss_varience // end by cpatil on 01/06/15 for iss_varience
/*Commented by Manoj dtd 14/08/2015 //Commented by Manoj dtd 14/08/2015 // remove comment on 05/09/15
if( propReqQty > issueQtyDiff ) if( propReqQty > issueQtyDiff )
{ {
//propReqQty = propReqQty - ( propReqQty - issueQtyDiff ) ; Commented by manoj dtd 12/08/2015 //propReqQty = propReqQty - ( propReqQty - issueQtyDiff ) ; Commented by manoj dtd 12/08/2015
propReqQty =issueQtyDiff; propReqQty =issueQtyDiff;
}*/ }
System.out.println("@@@@@@@@@@@ propReqQty["+propReqQty+"]issueQtyDiff["+issueQtyDiff+"]"); System.out.println("@@@@@@@@@@@ propReqQty["+propReqQty+"]issueQtyDiff["+issueQtyDiff+"]");
// added by cpatil on 01/06/15 for iss_varience start // added by cpatil on 01/06/15 for iss_varience start
......
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