Commit b70f4ed2 authored by sshinde's avatar sshinde

comment code for getting quantitiStduom using disscommmon convQtyFactor method


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93801 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5a16284b
......@@ -5206,7 +5206,9 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp
//* Check Method Parameter**\\
quantityStduom= distCommon.convQtyFactor(unitStd, stUnit, itemDes, conQtyStd, conn);
/* Commented by sachin on 21-oct-13*/
//quantityStduom= distCommon.convQtyFactor(unitStd, stUnit, itemDes, conQtyStd, conn);
//qtyDesp = quantityPoRcpDet.get(linePoRcpDetInInt); //replaced by swati
qtyDesp = Double.parseDouble(((outerHashMap.get(linePoRcpDet))).get("quantityPoRcpDet"));
......
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