Commit 16ada86c authored by ngadkari's avatar ngadkari

reas_detail update in SORDITEM table through list and update after dispatch gen

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@200687 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b4267977
...@@ -75,6 +75,8 @@ public class PostOrderProcess extends ProcessEJB implements PostOrderProcessLoca ...@@ -75,6 +75,8 @@ public class PostOrderProcess extends ProcessEJB implements PostOrderProcessLoca
ArrayList<String> sorderpostedList = new ArrayList<String>(); ArrayList<String> sorderpostedList = new ArrayList<String>();
//added By Pavan R on 2K18/Feb/12[End] //added By Pavan R on 2K18/Feb/12[End]
ArrayList<Log> erroLogSordItme=new ArrayList<Log>();//added By Nandkumar gadkari on 10/05/19
public String process(String xmlString, String xmlString2, String windowName, String xtraParams) throws RemoteException,ITMException public String process(String xmlString, String xmlString2, String windowName, String xtraParams) throws RemoteException,ITMException
{ {
Document detailDom = null; Document detailDom = null;
...@@ -985,6 +987,11 @@ public class PostOrderProcess extends ProcessEJB implements PostOrderProcessLoca ...@@ -985,6 +987,11 @@ public class PostOrderProcess extends ProcessEJB implements PostOrderProcessLoca
connCP.commit(); connCP.commit();
} }
} }
//System.out.println("postLog:::"+erroLogSordItme);
for(Log log:erroLogSordItme)
{
postLog(log,conn);
}
//added by nandkumar gadkari on 08/05/19 --------end---------for stock mismatch case //added by nandkumar gadkari on 08/05/19 --------end---------for stock mismatch case
//Changed By Nasruddin END 04-11-16 //Changed By Nasruddin END 04-11-16
...@@ -5244,7 +5251,8 @@ public class PostOrderProcess extends ProcessEJB implements PostOrderProcessLoca ...@@ -5244,7 +5251,8 @@ public class PostOrderProcess extends ProcessEJB implements PostOrderProcessLoca
log.setGencodeFldname(gencode_fldname); log.setGencodeFldname(gencode_fldname);
log.setModName(mod_name); log.setModName(mod_name);
merrcode=postLog(log,conn); //merrcode=postLog(log,conn); commented and added erroLogSordItme list by nandkumar gadkari on 10/05/19]
erroLogSordItme.add(log);
//merrcode=postLog(log,connCP); //merrcode=postLog(log,connCP);
} }
......
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