Commit 3a512a50 authored by ngadkari's avatar ngadkari

More quantity of PO & GRN wrt Indent for reason

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@184268 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2533ceec
......@@ -187,7 +187,7 @@ public class PorderConf extends ActionHandlerEJB implements PorderConfLocal, Por
pstmt1.close();pstmt1 = null;
System.out.println("totordqty>>>>"+totordqty);
if ((totordqty + ordQty) > indQty && (( reason== null) && reason.trim().length() == 0))
if ((totordqty + ordQty) > indQty && (( reason== null) || reason.trim().length() == 0))
{
continue;
}
......
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