Commit 9a22dee5 authored by ysawant's avatar ysawant

Changes done in AutoLeaveLaps Component[14-02-2020]

AutoLeaveLapsPrc.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@216634 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d06c2c00
......@@ -937,7 +937,8 @@ public class AutoLeaveLapsPrc extends ProcessEJB implements AutoLeaveLapsPrcLoc
gbfReleaseLogWriter(headerDom, logWriter, logConn);
if(utilMethod.pos(errString, "<error") == 0)
//if(utilMethod.pos(errString, "<error") == 0)
if(utilMethod.pos(errString, "error") == 0)
{
errString = itmDBAccessEJB.getErrorString("", "VPALVELPS9", userId, "", conn);
}
......
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