Commit 531f6d71 authored by caluka's avatar caluka

change code after removing lot_info column in inv_hold_rel and lot no display from function


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96453 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 73b26cde
......@@ -978,7 +978,7 @@ public String process(String xmlString, String xmlString2, String windowName, St
if (childNodeName.equals("lot_no"))
{
lotNo = childNode.getFirstChild().getNodeValue();
lotSet.add(lotNo);
//lotSet.add(lotNo);
}
}
ctr++;
......@@ -994,7 +994,7 @@ public String process(String xmlString, String xmlString2, String windowName, St
/////////////////////////////////////////////////////////////////////////
pRelDet.executeBatch();
pRelDet.clearBatch();
Iterator<String> itr=lotSet.iterator();
/*Iterator<String> itr=lotSet.iterator();
String strLotNo="";
while(itr.hasNext())
{
......@@ -1007,7 +1007,7 @@ public String process(String xmlString, String xmlString2, String windowName, St
lotSet.clear();
pRelHdr=conn.prepareStatement("UPDATE INV_HOLD_REL SET LOT_INFO='"+strLotNo+"' WHERE TRAN_ID=? ");
pRelHdr.setString(1, tranIdGenerate);
pRelHdr.executeUpdate();
pRelHdr.executeUpdate();*///commemnted by chandrashekar on 29-09-14
if("Y".equalsIgnoreCase(autoConfirmed))
......
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