Commit 240d6edc authored by rtelang's avatar rtelang

EmployeeServicePrdAmdIC.java

- If the user has no rights to access the site then system should not allow to add and edit the transaction.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@203023 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e9a3c14f
...@@ -165,8 +165,10 @@ public class EmployeeServicePrdAmdIC extends ValidatorEJB implements EmployeeSer ...@@ -165,8 +165,10 @@ public class EmployeeServicePrdAmdIC extends ValidatorEJB implements EmployeeSer
} }
} }
//Modified by Rohini R. on [12/06/2019][Start] //Modified by Rohini R. on [12/06/2019][Start]
if("A".equalsIgnoreCase(editFlag)) //Modified by Rohini R. on [05/07/2019][Start]
{ //if("A".equalsIgnoreCase(editFlag))
//{
//Modified by Rohini R. on [05/07/2019][End]
//Modified by Rohini R. on [14/06/2019][Start] //Modified by Rohini R. on [14/06/2019][Start]
String userLevel = ""; String userLevel = "";
int usrLvl = 0; int usrLvl = 0;
...@@ -229,7 +231,10 @@ public class EmployeeServicePrdAmdIC extends ValidatorEJB implements EmployeeSer ...@@ -229,7 +231,10 @@ public class EmployeeServicePrdAmdIC extends ValidatorEJB implements EmployeeSer
} }
//Modified by Rohini R. on [14/06/2019][End] //Modified by Rohini R. on [14/06/2019][End]
//Modified by Rohini R. on [05/07/2019][Start]
if("A".equalsIgnoreCase(editFlag))
{
//Modified by Rohini R. on [05/07/2019][End]
count = 0; count = 0;
//sql = "select count(*) as unconfirmed_record from EMP_SERVICEPRD_AMD where emp_code = ? and confirmed <> 'Y'"; //sql = "select count(*) as unconfirmed_record from EMP_SERVICEPRD_AMD where emp_code = ? and confirmed <> 'Y'";
......
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