Commit 0f858018 authored by ngadkari's avatar ngadkari

change in sorditem reason det update

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@203308 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 903402d1
...@@ -935,6 +935,12 @@ public class PostOrderProcess extends ProcessEJB implements PostOrderProcessLoca ...@@ -935,6 +935,12 @@ public class PostOrderProcess extends ProcessEJB implements PostOrderProcessLoca
if(errCode != null && errCode.trim().length() > 0) if(errCode != null && errCode.trim().length() > 0)
{ {
conn.rollback(); conn.rollback();
//added by nandkumar gadkari on 12/05/19
for(Log log:erroLogSordItme)
{
postLog(log,conn);
}
return errCode; return errCode;
//RETURN; //RETURN;
} }
......
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