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 ]);