Commit e0f382c1 authored by mnair's avatar mnair

Updated changes in ItemAcctDetrIC

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@183977 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f2901d21
......@@ -178,19 +178,6 @@ ItemAcctDetrICLocal, ItemAcctDetrICRemote
}
}
}
//Grp_Code
else if("grp_code".equalsIgnoreCase(childNodeName))
{
grpCode = genericUtility.getColumnValue("grp_code",dom);
System.out.println("grp_code>>>>>"+grpCode);
if(grpCode == null || grpCode.trim().length() == 0)
{
grpCode = " ";
System.out.println("Group code["+grpCode+"]");
}
}
//Acct_Code
else if("acct_code__sal".equalsIgnoreCase(childNodeName) || "acct_code__dis".equalsIgnoreCase(childNodeName)
......
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