Commit df207fbe authored by vvengurlekar's avatar vvengurlekar

WorkorderIssConf.java - changes done for not to overwrire error code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@195793 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3234eb5c
...@@ -880,8 +880,9 @@ public class WorkorderIssConf extends ActionHandlerEJB implements WorkorderIssCo ...@@ -880,8 +880,9 @@ public class WorkorderIssConf extends ActionHandlerEJB implements WorkorderIssCo
else else
{ {
System.out.println("Rollbacking transaction"); System.out.println("Rollbacking transaction");
conn.rollback(); conn.rollback();
errString = itmDBAccessEJB.getErrorString("","VTCONFERR","","",conn); //Commented by Varsha V on 16-01-19
//errString = itmDBAccessEJB.getErrorString("","VTCONFERR","","",conn);
System.out.println("errString["+errString+"]"); System.out.println("errString["+errString+"]");
} }
......
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