Commit 8a30439b authored by sshinde's avatar sshinde

Get qtyDesp before getting qtyStduomList in autoBackflush


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93809 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c59b19fc
......@@ -5200,6 +5200,12 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp
rs1.close();
rs1 = null;
/* get Quantity Deapatch by sachin on 22-oct-13*/
qtyDesp = Double.parseDouble(((outerHashMap.get(linePoRcpDet))).get("quantityPoRcpDet"));
/* End Get Quantity Deapatch by sachin on 22-oct-13*/
qtyStduomList = distCommon.getConvQuantityFact(unitStd, stUnit, itemDes, qtyDesp, conQtyStd, conn);
conQtyStd = Double.parseDouble( qtyStduomList.get(0).toString() );
quantityStduom = Double.parseDouble( qtyStduomList.get(1).toString() );
......@@ -5211,7 +5217,6 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp
//quantityStduom= distCommon.convQtyFactor(unitStd, stUnit, itemDes, conQtyStd, conn);
//qtyDesp = quantityPoRcpDet.get(linePoRcpDetInInt); //replaced by swati
qtyDesp = Double.parseDouble(((outerHashMap.get(linePoRcpDet))).get("quantityPoRcpDet"));
hGrWgh = hGrWgh + grWgh;
hNetWgh = hNetWgh + netWgh;
......
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