From 6d7a242183d05e93f943b5c4d04e698774f49173 Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Wed, 7 May 2025 17:04:28 +0530 Subject: [PATCH] FIX_POLICY_VISIBILITY : RV --- app/Controllers/EmployeeRestController.php | 4 ++-- app/Views/client_policy.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Controllers/EmployeeRestController.php b/app/Controllers/EmployeeRestController.php index 884af1f..f13f66e 100755 --- a/app/Controllers/EmployeeRestController.php +++ b/app/Controllers/EmployeeRestController.php @@ -1562,8 +1562,8 @@ class EmployeeRestController extends AdminController $array->Policy_Name = $policyTypeData->long_name; $array->si_value = $si_value; if($array->is_premium_summery == 1){ - $array->si_premium_value = $si_premium_value; - $array->si_gst_value = $si_gst_value; + $array->si_premium_value = round($si_premium_value); + $array->si_gst_value = round($si_gst_value); }else{ $array->si_premium_value = 0; $array->si_gst_value = 0; diff --git a/app/Views/client_policy.php b/app/Views/client_policy.php index 72237d2..a337d23 100755 --- a/app/Views/client_policy.php +++ b/app/Views/client_policy.php @@ -184,14 +184,14 @@ id="disclaimer"> - +