Commit ae72385e authored by pchavan's avatar pchavan

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@204150 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9334bf5f
......@@ -1945,7 +1945,7 @@ public class PostOrdDespatchGen
isDetailExist=true;
pstmtdDet.close();
pstmtdDet = null;//[pstmtdDet closed and nulled by Pavan R]
*/ /*insertCntDet = pstmt.executeUpdate();
*/ /*insertCntDet = pstmt.executeUpdate();
pstmt.close();
pstmt=null;
System.out.println("Despatch Detail Count===="+insertCntDet);*/
......@@ -2023,6 +2023,8 @@ public class PostOrdDespatchGen
xmlBuff.append("</Detail2>");
isDetailExist = true;
//Pavan R [to deallocate quantity in invalloc_trace for S-ORD] start
if(!"0".equals(stkOpt)) //Added By PriyankaC on 22July2019.
{
invAllocTraceMap = new HashMap();
invBean = new InvAllocTraceBean();
invAllocTraceMap.put("ref_ser","S-ORD");
......@@ -2182,6 +2184,7 @@ public class PostOrdDespatchGen
//Pavan R 10apr19 end
}
}
}
xmlBuff.append("</Header0>");
xmlBuff.append("</group0>");
xmlBuff.append("</DocumentRoot>");
......
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