From 08f7a2e04b5afe7a1b8bef700e6417f4565cc2dc Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Mon, 2 Feb 2026 15:39:23 +0530 Subject: [PATCH] FIX_DATE_ISSUE_IN_BDS_REPORT --- app/Models/PolicyTransactionModel.php | 15 +++++++++++++++ app/Views/report_bds.php | 10 +++++----- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/app/Models/PolicyTransactionModel.php b/app/Models/PolicyTransactionModel.php index c975462a..74df001c 100644 --- a/app/Models/PolicyTransactionModel.php +++ b/app/Models/PolicyTransactionModel.php @@ -2540,6 +2540,9 @@ pt.ref, pt.data_received_date, + pt.endorse_eff_date, + pt.policy_start_date, + pt.policy_end_date, pt.renewal_date, pt.installment, nhance_branch.branch_name as nhance_branch, @@ -2699,6 +2702,9 @@ pt.ref, pt.data_received_date, + pt.endorse_eff_date, + pt.policy_start_date, + pt.policy_end_date, pt.renewal_date, pt.installment, nhance_branch.branch_name as nhance_branch, @@ -3143,6 +3149,9 @@ pt.ref, pt.data_received_date, + pt.endorse_eff_date, + pt.policy_start_date, + pt.policy_end_date, pt.renewal_date, pt.installment, nhance_branch.branch_name as nhance_branch, @@ -3303,6 +3312,9 @@ pt.ref, pt.data_received_date, + pt.endorse_eff_date, + pt.policy_start_date, + pt.policy_end_date, pt.renewal_date, pt.installment, nhance_branch.branch_name as nhance_branch, @@ -3490,6 +3502,9 @@ pt.ref, pt.data_received_date, + pt.endorse_eff_date, + pt.policy_start_date, + pt.policy_end_date, pt.renewal_date, pt.installment, nhance_branch.branch_name as nhance_branch, diff --git a/app/Views/report_bds.php b/app/Views/report_bds.php index 40283cfa..7fd21f82 100644 --- a/app/Views/report_bds.php +++ b/app/Views/report_bds.php @@ -184,9 +184,9 @@ table.dataTable tbody td { - - - + + + @@ -241,8 +241,8 @@ table.dataTable tbody td { - - + +