Commit f73a8620 authored by prane's avatar prane

below if condn as per suggested by sm sir

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@188685 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 92cf577b
......@@ -2211,11 +2211,11 @@ public class DistIssueAct extends ActionHandlerEJB implements DistIssueActLocal,
{
minputQty = stockQty;
if(minputQty > remQuantity)
/*if(minputQty > remQuantity)//below if condn as per suggested by sm sir on 03aug18
{
System.out.println("--2--issCriteria stockQty[" + stockQty + "] remQuantity[" + remQuantity+"] minputQty["+minputQty+"]");
continue;
}
}*/
if (stockQty >= remQuantity)
{
remQuantity = 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