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
......@@ -881,7 +881,8 @@ public class WorkorderIssConf extends ActionHandlerEJB implements WorkorderIssCo
{
System.out.println("Rollbacking transaction");
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+"]");
}
......
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