From 76253704a9238a6c36f7b0fea98a69f8b46376cb Mon Sep 17 00:00:00 2001 From: "sanjeev.p" Date: Tue, 16 Dec 2025 15:03:52 +0530 Subject: [PATCH] FIX_Buiness dashboard Broker wise - short_name key Added --- app/Controllers/DashboardController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Controllers/DashboardController.php b/app/Controllers/DashboardController.php index f392ab7..14bcae1 100644 --- a/app/Controllers/DashboardController.php +++ b/app/Controllers/DashboardController.php @@ -678,6 +678,7 @@ class DashboardController extends ResourceController $builder = $this->db->table('partner_policy pp'); $builder->select(" pb.name AS broker_name, + pb.short_name AS broker_short_name pb.id AS broker_id, COUNT( CASE