Commit 2e70802b authored by steurwadkar's avatar steurwadkar

Changes to calculate splilt quantity validation


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@43835 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bec6962d
......@@ -7830,7 +7830,9 @@ public class SalesReturn extends ValidatorEJB implements SalesReturnLocal, Sales
rs = null;
}
if(lcQty > (invoiceQty - (qtyAdj+sdetQtyAdj+domTotalQty)))
//Changed by Santosh on 17/05/2017
//if(lcQty > (invoiceQty - (qtyAdj+sdetQtyAdj+domTotalQty)))
if(lcQty > (qtyAdj+sdetQtyAdj+domTotalQty))
{
return getError((invoiceQty - (qtyAdj+sdetQtyAdj+domTotalQty)), "VTSPLTQTY", conn);
}
......
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