From bc3195830576be189cfa222338542b7939ce817e Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Fri, 24 Jan 2025 11:18:27 +0530 Subject: [PATCH 1/2] CHANGE_PAGE_TITLE_CHANGE : RV --- app/Views/bds_report_Insurer_wise_Data.php | 2 +- app/Views/bds_report_bap_wise_data.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Views/bds_report_Insurer_wise_Data.php b/app/Views/bds_report_Insurer_wise_Data.php index 2e7d9cff..602e04e5 100644 --- a/app/Views/bds_report_Insurer_wise_Data.php +++ b/app/Views/bds_report_Insurer_wise_Data.php @@ -26,7 +26,7 @@ table.dataTable tbody td {
-

Employees

+

Insurer List

diff --git a/app/Views/bds_report_bap_wise_data.php b/app/Views/bds_report_bap_wise_data.php index a75fc389..45585259 100644 --- a/app/Views/bds_report_bap_wise_data.php +++ b/app/Views/bds_report_bap_wise_data.php @@ -26,7 +26,7 @@ table.dataTable tbody td {
-

Employees

+

BAP Report List

From 5d0b625cc18270ea6006031d00cdd3d60d7bc05e Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Fri, 24 Jan 2025 12:01:52 +0530 Subject: [PATCH 2/2] CHANGE_REST_CONTRL_GETADDONPOLICY_IS_ACTIVE : RV --- app/Controllers/EmployeeRestController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Controllers/EmployeeRestController.php b/app/Controllers/EmployeeRestController.php index 409d6b5a..5d24c70a 100755 --- a/app/Controllers/EmployeeRestController.php +++ b/app/Controllers/EmployeeRestController.php @@ -1696,6 +1696,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))