From 5982bedb0db2c3031146d022cbffda2c0c4f1a6a Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Mon, 29 Dec 2025 15:37:22 +0530 Subject: [PATCH] FIX_ISSUE --- app/Controllers/EmployeeRestController.php | 1 + app/Views/ticket_form_gmc.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Controllers/EmployeeRestController.php b/app/Controllers/EmployeeRestController.php index 8190e7a8..bbbc08fd 100755 --- a/app/Controllers/EmployeeRestController.php +++ b/app/Controllers/EmployeeRestController.php @@ -3921,6 +3921,7 @@ class EmployeeRestController extends AdminController 1 => 2, 6 => 3, 7 => 4, + 72 => 72, ]; foreach ($policy_type_ids as $value) { diff --git a/app/Views/ticket_form_gmc.php b/app/Views/ticket_form_gmc.php index e3bf14e3..5d1ae008 100644 --- a/app/Views/ticket_form_gmc.php +++ b/app/Views/ticket_form_gmc.php @@ -1157,7 +1157,7 @@ $.each(data, function(index, item) { // console.log(item); - if (ticket_type == 1 && item.policy_type_id != 1) { + if ((ticket_type == 1 && item.policy_type_id != 1) || (ticket_type == 72 && item.policy_type_id == 72)) { $('#emp_client_policy').append($('