Commit 2a0632fa authored by ssarkar's avatar ssarkar

changed by sumit on 27/12/12 commented qty mismatch in PoRcpPos as per Ashish (Client)


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92437 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e9e8bcf5
...@@ -184,11 +184,14 @@ public class PoRcpPos extends ValidatorEJB implements PoRcpPosLocal, PoRcpPosRem ...@@ -184,11 +184,14 @@ public class PoRcpPos extends ValidatorEJB implements PoRcpPosLocal, PoRcpPosRem
} }
System.out.println("@@@@@@ sumQty: ["+sumQty+"]::::qtyMap.get(key):["+qtyMap.get(key)+"]"); System.out.println("@@@@@@ sumQty: ["+sumQty+"]::::qtyMap.get(key):["+qtyMap.get(key)+"]");
//if(sumQty !=qtyMap.get(key)) //commentd by Ashish on 03/Aug/12 for allowing quantity less than ASN quantity //if(sumQty !=qtyMap.get(key)) //commentd by Ashish on 03/Aug/12 for allowing quantity less than ASN quantity
if(sumQty > qtyMap.get(key))
//Changed by sumit on 27/12/12 commented as this is not required from Client start.
/*if(sumQty > qtyMap.get(key))
{ {
// iTMDBAccessEJB.gt // iTMDBAccessEJB.gt
return errString = itmDBAccessEJB.getErrorString("","VTQMM",""); return errString = itmDBAccessEJB.getErrorString("","VTQMM","");
} }*/
//Changed by sumit on 27/12/12 commented as this is not required from Client end.
} }
/*added start*/ /*added 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