CHANGE_REST_CONTRL_GETADDONPOLICY_IS_ACTIVE : RV

This commit is contained in:
VENKATESHWARAN 2025-01-24 12:03:09 +05:30
parent 50b9828a8b
commit a9aa4884d2

View File

@ -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))