Added the currecny Id in expense

This commit is contained in:
ashutosh.nehete 2025-11-05 15:27:19 +05:30
parent a758fb8c35
commit 790e734bf8

View File

@ -2050,6 +2050,7 @@ namespace Marco.Pms.Services.Service
Location = model.Location,
GSTNumber = model.GSTNumber,
SupplerName = paymentRequest.Payee,
CurrencyId = paymentRequest.CurrencyId,
Amount = paymentRequest.Amount,
BaseAmount = paymentRequest.BaseAmount,
TaxAmount = paymentRequest.TaxAmount,