CHANGE_REST_CONTRL_GETADDONPOLICY_IS_ACTIVE : RV
This commit is contained in:
parent
50b9828a8b
commit
a9aa4884d2
@ -1654,6 +1654,7 @@ class EmployeeRestController extends AdminController
|
||||
$clientPolicy = $this->clientPolicyModel->where('client_id',$this->request->getGet('client_id'))
|
||||
->where('client_branch_id',$this->request->getGet('client_branch_id'))
|
||||
->where('policy_status', 1)
|
||||
->where('is_active', 1)
|
||||
->findAll();
|
||||
|
||||
if(count($clientPolicy))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user