Commit cf3a9f3c authored by msharma's avatar msharma

ItemCode's itemchange is defined


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95206 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b2d165ad
......@@ -1060,6 +1060,15 @@ QCTransferICRemote {
}
}
else if(currentColumn.trim().equalsIgnoreCase("item_code"))
{
itemCode = checkNull(genericUtility.getColumnValue("item_code", dom));
if (itemCode != null && itemCode.trim().length() > 0)
{
itemDescr = setDescription("descr", "item","item_Code", itemCode, conn);
valueXmlString.append("<item_descr>").append("<![CDATA[" + itemDescr + "]]>").append("</item_descr>");
}
}
else if (currentColumn.trim().equalsIgnoreCase("lot_sl")) {
System.out.println("@@@@@@@@ lot_sl called @@@@@@@@");
......
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