Commit cdaff610 authored by msharma's avatar msharma

Prompt message corrected


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96129 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6fc2c81e
...@@ -974,13 +974,15 @@ public String process(String xmlString, String xmlString2, String windowName, St ...@@ -974,13 +974,15 @@ public String process(String xmlString, String xmlString2, String windowName, St
{ {
conn.commit(); conn.commit();
System.out.println("inv_hold_det transaction hold_status release succesfully........"); System.out.println("inv_hold_det transaction hold_status release succesfully........");
errString = itmDBAccessLocal.getErrorString("","VTMCONF2",""); // errString = itmDBAccessLocal.getErrorString("","VTMCONF2","");
errString = itmDBAccessLocal.getErrorString("","VTCOMPL","");//Error message changed by Manoj dtd 02/09/2014
} }
else else
{ {
conn.rollback(); conn.rollback();
System.out.println("Process failed........"); System.out.println("Process failed........");
errString = itmDBAccessLocal.getErrorString("","VTDESNCONF",""); //errString = itmDBAccessLocal.getErrorString("","VTDESNCONF","");
errString = itmDBAccessLocal.getErrorString("","VTPRCERR","");//Error message changed by Manoj dtd 02/09/2014
} }
} }
......
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