Commit 936729de authored by sghate's avatar sghate

Updated component EmpMaritalStatusConfPrc.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@217082 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 888f89af
......@@ -154,7 +154,7 @@ public class EmpMaritalStatusConfPrc extends ProcessEJB implements EmpMaritalSta
//returnString = itmDBAccess.getErrorString("", "VTALRDCACL", "", "", conn);
returnString = itmDBAccessEJB.getErrorString("", "VTALRDCACL", "", "", conn);
//modified by Shital on 09/08/2019 [End]
return returnString;
}
if(returnString.length() > 0)
{
......@@ -163,10 +163,11 @@ public class EmpMaritalStatusConfPrc extends ProcessEJB implements EmpMaritalSta
}
else
{
//modified by Shital on 09/08/2019 [Start]
//modified by Shital on 25/02/2020 [Start]
//returnString = itmDBAccess.getErrorString("", "VTMARSCH03", "", "", conn);
returnString = itmDBAccessEJB.getErrorString("", "VTMARSCH03", "", "", conn);
//modified by Shital on 09/08/2019 [End]
return returnString;
//modified by Shital on 25/02/2020 [End]
}
}
catch(Exception e)
......
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