Commit fa69c14f authored by sghate's avatar sghate

Updated component StatusChangeConfirm.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@217172 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f43bc834
......@@ -344,7 +344,7 @@ public class StatusChangeConfirm extends ActionHandlerEJB implements StatusChang
}
private String gbfStatusChg(String empCode, Timestamp tranDate,String xtraParams, String as_ediopt , Connection conn) throws RemoteException,ITMException
private String gbfStatusChg(String empCode, Timestamp tranDate,String xtraParams, String asEdiopt , Connection conn) throws RemoteException,ITMException
{
String lsEmpAprv = "";
String lsEligibleOt = "";
......@@ -449,6 +449,13 @@ public class StatusChangeConfirm extends ActionHandlerEJB implements StatusChang
lsErrcode = itmDBAccessEJB.getErrorString("", "VTEMPSTS02", userId, "", conn);
return lsErrcode;
}
if("Y".equalsIgnoreCase(asEdiopt)) //Added by Shital on 26/02/2020
{
ldConfDate = ldToday;
lsEmpAprv = userId;
}
if("N".equalsIgnoreCase(mexten))
{
......
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