Commit b35f3790 authored by bmarathe's avatar bmarathe

UPDATE BY SUMIT ON 07/01/13 SCM ISSUE TARCKER POINT NO 71


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92488 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ec01696b
......@@ -94,10 +94,10 @@ public class StockAllocPrc extends ActionHandlerEJB implements StockAllocPrcLoca
pstmt1.clearParameters();
System.out.println("["+rs.getDouble(3)+"] SUM(QUANTITY) in sord_alloc_det and avilqty ["+availQty+"]");
if( rs.getDouble(3) < availQty )
if( rs.getDouble(3) <= availQty )
{
errString = this.sorderAllocate(tranId,xtraParams,conn);
}
}
else
{
errString = itmDBAccessEJB.getErrorString("","INVQUANTY","");
......
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