From d117e0866c32a1c7267e627474fd54b204155926 Mon Sep 17 00:00:00 2001 From: velz Date: Thu, 9 Jan 2025 15:50:10 +0530 Subject: [PATCH] FIX_POLICY_START_DATE --- app/Helpers/excel_util_helper.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Helpers/excel_util_helper.php b/app/Helpers/excel_util_helper.php index 3c254374..436ae854 100755 --- a/app/Helpers/excel_util_helper.php +++ b/app/Helpers/excel_util_helper.php @@ -1492,6 +1492,7 @@ if (!function_exists('premium_calculation_manager')) $emp_data['policy_details']['rata_premimum'] = 0; $emp_data['policy_details']['gst'] = 0; $emp_data['policy_details']['days'] = 0; + $emp_data['policy_details']['policy_end_date'] = $policy_terms['policy_end_date']; } else { $log_message .= '- skipping, slab rate not found'; } $myLogger->logme('error',$log_message);