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($('