Commit 3901ae68 authored by cpatil's avatar cpatil

merge by sachin shinde


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93662 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bedb1144
......@@ -9,6 +9,7 @@ import ibase.utility.EMail;
import ibase.utility.CommonConstants;
import ibase.webitm.utility.*;
import ibase.webitm.ejb.*;
import ibase.webitm.ejb.ActionHandlerEJB;
import ibase.webitm.ejb.mfg.ExplodeBom;
import ibase.webitm.ejb.sys.*;
import ibase.system.config.*;
......@@ -4513,7 +4514,7 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp
if(detlList!=null)
{
for(int cntr=1; cntr<detlList.getLength(); cntr++)
for(int cntr=0; cntr<detlList.getLength(); cntr++)
{
System.out.println(" in for Loop=");
itemCodeDet = genericUtility.getColumnValueFromNode("item_code", detlList.item(cntr) );
......
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