diff --git a/app/Controllers/PolicyTransactionController.php b/app/Controllers/PolicyTransactionController.php index 3233a1dd..1b6385a4 100644 --- a/app/Controllers/PolicyTransactionController.php +++ b/app/Controllers/PolicyTransactionController.php @@ -529,17 +529,17 @@ 'params' => null ], - 'rewards' => [ - 'col_idx' => 34, - 'col_cell_name' => 'AI', - 'col_name' => 'Rewards', - 'is_mandatory' => false, - 'data_type' => '', - 'format' => null, - 'allowed_values' => null, - 'custom' => null, - 'params' => null - ], + // 'rewards' => [ + // 'col_idx' => 34, + // 'col_cell_name' => 'AI', + // 'col_name' => 'Rewards', + // 'is_mandatory' => false, + // 'data_type' => '', + // 'format' => null, + // 'allowed_values' => null, + // 'custom' => null, + // 'params' => null + // ], ]; @@ -4577,7 +4577,8 @@ $actual_bp_brokerage_amount = trim($row[31]); $actual_tp_brokerage_amount = trim($row[32]); $expected_amount = trim($row[33]); - $rewards = trim($row[34]); + // $rewards = trim($row[34]); + $rewards = 0; $calculation = calculateMotorPolicyAmounts([ 'base_premium' => trim($row[16]), diff --git a/public/sample_excel/sample_bds_bulk_upload_excel.xlsx b/public/sample_excel/sample_bds_bulk_upload_excel.xlsx index c1f4d0e6..b17f79c5 100644 Binary files a/public/sample_excel/sample_bds_bulk_upload_excel.xlsx and b/public/sample_excel/sample_bds_bulk_upload_excel.xlsx differ