From 0c5e46736d116367a46d028b44ff18c365db4ee7 Mon Sep 17 00:00:00 2001 From: Gowtham M Date: Wed, 3 Jun 2026 11:19:37 +0530 Subject: [PATCH] GWM : tpa claims push status display --- app/Controllers/TicketController.php | 2 ++ app/Views/ticket_list.php | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/app/Controllers/TicketController.php b/app/Controllers/TicketController.php index ab512abb..a3e0e01c 100644 --- a/app/Controllers/TicketController.php +++ b/app/Controllers/TicketController.php @@ -509,6 +509,7 @@ class TicketController extends BaseController 'tm.is_head_approved', 'tcs.claim_status AS status', 'tm.claim_number AS claim_no', + 'tm.tpa_claim_push_reference_no', 'tm.tpa_id', 'tm.tpa_no', 'tm.emp_name', @@ -650,6 +651,7 @@ class TicketController extends BaseController 'tm.ticket_type_id', 'tcs.claim_status AS status', 'tm.claim_number AS claim_no', + 'tm.tpa_claim_push_reference_no', 'tm.claim_status_id', 'tm.claim_created_by', 'tm.is_head_approved', diff --git a/app/Views/ticket_list.php b/app/Views/ticket_list.php index 092a431f..fe1c1cf4 100644 --- a/app/Views/ticket_list.php +++ b/app/Views/ticket_list.php @@ -86,6 +86,13 @@ table.dataTable tbody td { color: #9d174d; } +.tpa-push-status-item { + font-size: 0.8rem; + font-weight: 600; + cursor: default; + white-space: nowrap; +} +