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 {