From 72954ffe5861d42eda98117930c1409635fafb8a Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Wed, 3 Dec 2025 14:30:46 +0530 Subject: [PATCH] FIX_BDS_BULK_UPLOAD --- app/Controllers/PolicyTransactionController.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Controllers/PolicyTransactionController.php b/app/Controllers/PolicyTransactionController.php index e8ad843e..e60d0be1 100644 --- a/app/Controllers/PolicyTransactionController.php +++ b/app/Controllers/PolicyTransactionController.php @@ -4595,9 +4595,9 @@ 'cgst' => trim($row[20]), 'sgst' => trim($row[21]), 'stamp_duty' => trim($row[22]), - 'agreed_amount' => trim($row[24]), - 'agreed_bp_percentage' => trim($row[25]), - 'agreed_tp_percentage' => trim($row[26]), + 'agreed_amount' => trim($row[23]), + 'agreed_bp_percentage' => trim($row[24]), + 'agreed_tp_percentage' => trim($row[25]), 'standard_bp_percentage' => 15.00, 'standard_tp_percentage' => 2.5 ]);