Update src/Pages/BookingScreen/Components/BSCombo/BSC1Payment.jsx

This commit is contained in:
karthikalakshmi 2026-03-19 12:07:34 +05:30
parent d5f4bacc9f
commit 39b8eae636
1 changed files with 2 additions and 1 deletions

View File

@ -2206,7 +2206,8 @@ const BSC1Payment = (props) => {
Type: a.Type,
OrderQty: a.OrderQty,
OrderRate: a.OrderRate,
TotalAmt: a.OrderQty * a.OrderRate,
// TotalAmt: a.OrderQty * a.OrderRate, //sri
TotalAmt: a.TotalAmt,
TaxAmt: a.TaxAmt,
RefundQty: 0,
InwardDtlId: a.InwardDtlId,