CHANGE_REMOVE_REWARDS_COLUMN

This commit is contained in:
VENKATESHWARAN 2025-12-03 12:30:54 +05:30
parent 4270a76582
commit 2275a56fc4
2 changed files with 13 additions and 12 deletions

View File

@ -529,17 +529,17 @@
'params' => null 'params' => null
], ],
'rewards' => [ // 'rewards' => [
'col_idx' => 34, // 'col_idx' => 34,
'col_cell_name' => 'AI', // 'col_cell_name' => 'AI',
'col_name' => 'Rewards', // 'col_name' => 'Rewards',
'is_mandatory' => false, // 'is_mandatory' => false,
'data_type' => '', // 'data_type' => '',
'format' => null, // 'format' => null,
'allowed_values' => null, // 'allowed_values' => null,
'custom' => null, // 'custom' => null,
'params' => null // 'params' => null
], // ],
]; ];
@ -4577,7 +4577,8 @@
$actual_bp_brokerage_amount = trim($row[31]); $actual_bp_brokerage_amount = trim($row[31]);
$actual_tp_brokerage_amount = trim($row[32]); $actual_tp_brokerage_amount = trim($row[32]);
$expected_amount = trim($row[33]); $expected_amount = trim($row[33]);
$rewards = trim($row[34]); // $rewards = trim($row[34]);
$rewards = 0;
$calculation = calculateMotorPolicyAmounts([ $calculation = calculateMotorPolicyAmounts([
'base_premium' => trim($row[16]), 'base_premium' => trim($row[16]),