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
],
'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]),