Commit b4fe8c20 authored by prane's avatar prane

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@178352 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0ceb637a
...@@ -4700,8 +4700,7 @@ public class DespatchAct extends ActionHandlerEJB implements DespatchActLocal, D ...@@ -4700,8 +4700,7 @@ public class DespatchAct extends ActionHandlerEJB implements DespatchActLocal, D
qtyFact = distCommon.getConvQuantityFact(unitStd1, unit1, itemCode, qtyStd, conv, conn); qtyFact = distCommon.getConvQuantityFact(unitStd1, unit1, itemCode, qtyStd, conv, conn);
//System.out.println("qtyFact.get(1) :"+qtyFact.get(1)); //System.out.println("qtyFact.get(1) :"+qtyFact.get(1));
//System.out.println("qtyFact.get(1) :"+qtyFact.get(2)); //System.out.println("qtyFact.get(1) :"+qtyFact.get(2));
System.out.println("qtyFact.get(0) :"+qtyFact.get(0));
System.out.println("qtyFact.get(1) :"+qtyFact.get(1));
} }
else 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