Commit 1fe667db authored by prane's avatar prane

changed to return errormsg like UVSGSTNIB from genmst from process req to front

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@198320 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a47939ce
...@@ -2128,7 +2128,15 @@ public class PostOrdDespatchGen ...@@ -2128,7 +2128,15 @@ public class PostOrdDespatchGen
} }
else else
{ {
errString = itmDBAccessEJB.getErrorString("","VTDTNTEXST","","",conn); //[changed to return errormsg from process req]
if(lineNum > 0)
{
errString = retString;
}else
{
errString = itmDBAccessEJB.getErrorString("","VTDTNTEXST","","",conn);
}
//errString = itmDBAccessEJB.getErrorString("","VTDTNTEXST","","",conn);
conn.rollback(); conn.rollback();
} }
......
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