Commit a4be97a9 authored by dpawar's avatar dpawar

changes in messags id


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94601 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 70623e2e
......@@ -296,7 +296,7 @@ public String process(Document dom, Document dom2, String windowName, String xtr
System.out.println("isRecordFound--->>["+isRecordFound+"]");
if(! isRecordFound){
conn.rollback();
errCode = "VTDNFIN";// data not found
errCode = "VTDNFEV";// data not found
errorString = vdt.getErrorString("",errCode,userId);
return errorString;
}
......
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