Changed the variable from totalCount to totalAmount

This commit is contained in:
ashutosh.nehete 2025-10-08 12:32:09 +05:30
parent 60eefa78c0
commit d180d5d60e

View File

@ -904,7 +904,7 @@ namespace Marco.Pms.Services.Controllers
{
Count = submitedExpenses.Count
},
TotalAmount = totalCount
TotalAmount = totalAmount
};
_logger.LogInfo(
"GetPendingExpenseListAsync completed. TenantId={TenantId}",