Changed the variable from totalCount to totalAmount
This commit is contained in:
parent
60eefa78c0
commit
d180d5d60e
@ -904,7 +904,7 @@ namespace Marco.Pms.Services.Controllers
|
|||||||
{
|
{
|
||||||
Count = submitedExpenses.Count
|
Count = submitedExpenses.Count
|
||||||
},
|
},
|
||||||
TotalAmount = totalCount
|
TotalAmount = totalAmount
|
||||||
};
|
};
|
||||||
_logger.LogInfo(
|
_logger.LogInfo(
|
||||||
"GetPendingExpenseListAsync completed. TenantId={TenantId}",
|
"GetPendingExpenseListAsync completed. TenantId={TenantId}",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user