Commit 0198c1fe authored by caluka's avatar caluka

change getConvQuantityFact parameters as per manoharan sir instruction


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96798 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bfb3436d
......@@ -1274,7 +1274,8 @@ public class DespatchAct extends ActionHandlerEJB implements DespatchActLocal, D
if (!unit1.equals(unitStd1))
{
//qtyFact = distCommon.getConvQuantityFact(unitStd1, unit1, itemCode, balQty, conv, conn);
qtyFact = distCommon.getConvQuantityFact(unitStd1, unit1, itemCode, qtyStk, conv, conn);
//qtyFact = distCommon.getConvQuantityFact(unitStd1, unit1, itemCode, qtyStk, conv, conn);
qtyFact = distCommon.getConvQuantityFact(unit1, unitStd1, itemCode, qtyStk, conv, conn);//Change by chandrashekar as per manoharan sir instruction
System.out.println("qtyFact.get(1) :"+qtyFact.get(0));
}
else
......
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