Commit 2ff8c778 authored by sshinde's avatar sshinde

get qtyDesp Before qtyStudomList


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93810 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8a30439b
......@@ -5203,13 +5203,17 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp
/* get Quantity Deapatch by sachin on 22-oct-13*/
qtyDesp = Double.parseDouble(((outerHashMap.get(linePoRcpDet))).get("quantityPoRcpDet"));
System.out.println("qtyDesp is ="+qtyDesp);
/* 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() );
System.out.println("quantityStduom is ="+quantityStduom);
System.out.println("conQtyStd is ="+conQtyStd);
//* Check Method Parameter**\\
/* Commented by sachin on 21-oct-13*/
......
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