Commit 4ab5e06a authored by ssalve's avatar ssalve

Sarita : Done changes for itmDBAccessEJB on 25 JULY 18

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@188142 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f721ed57
...@@ -828,6 +828,9 @@ public class EmpMaritalStatusCancel extends ActionHandlerEJB implements EmpMarit ...@@ -828,6 +828,9 @@ public class EmpMaritalStatusCancel extends ActionHandlerEJB implements EmpMarit
{ {
try try
{ {
//Added by sarita on 25 JULY 18 [START]
itmDBAccessEJB = null;
//Added by sarita on 25 JULY 18 [END]
if(!conn.isClosed()) if(!conn.isClosed())
{ {
if(updateMaritalChgCount>0) if(updateMaritalChgCount>0)
......
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