Commit 0ceb637a authored by prane's avatar prane

changes in sop@4702 for IndexOutOfBoundsException

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@178350 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d0658fa7
......@@ -4698,8 +4698,10 @@ public class DespatchAct extends ActionHandlerEJB implements DespatchActLocal, D
System.out.println("Calling getConvQuantity...........");
System.out.println("unitStd1 :"+unitStd1+" \nunit1 :"+unit1+" \nitemCode :"+itemCode+" \nqtyStd :"+qtyStd+" \nconv :"+conv);
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(2));
System.out.println("qtyFact.get(0) :"+qtyFact.get(0));
System.out.println("qtyFact.get(1) :"+qtyFact.get(1));
System.out.println("qtyFact.get(1) :"+qtyFact.get(2));
}
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