FIX_BDS_BULK_UPLOAD

This commit is contained in:
VENKATESHWARAN 2025-12-03 14:30:46 +05:30
parent 1fb3d057ec
commit 72954ffe58

View File

@ -4595,9 +4595,9 @@
'cgst' => trim($row[20]), 'cgst' => trim($row[20]),
'sgst' => trim($row[21]), 'sgst' => trim($row[21]),
'stamp_duty' => trim($row[22]), 'stamp_duty' => trim($row[22]),
'agreed_amount' => trim($row[24]), 'agreed_amount' => trim($row[23]),
'agreed_bp_percentage' => trim($row[25]), 'agreed_bp_percentage' => trim($row[24]),
'agreed_tp_percentage' => trim($row[26]), 'agreed_tp_percentage' => trim($row[25]),
'standard_bp_percentage' => 15.00, 'standard_bp_percentage' => 15.00,
'standard_tp_percentage' => 2.5 'standard_tp_percentage' => 2.5
]); ]);