From d180d5d60e4a4dde4b8a86e74a8f87a4901c9616 Mon Sep 17 00:00:00 2001 From: "ashutosh.nehete" Date: Wed, 8 Oct 2025 12:32:09 +0530 Subject: [PATCH] Changed the variable from totalCount to totalAmount --- Marco.Pms.Services/Controllers/DashboardController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marco.Pms.Services/Controllers/DashboardController.cs b/Marco.Pms.Services/Controllers/DashboardController.cs index 8e89aa7..f8cf5f9 100644 --- a/Marco.Pms.Services/Controllers/DashboardController.cs +++ b/Marco.Pms.Services/Controllers/DashboardController.cs @@ -904,7 +904,7 @@ namespace Marco.Pms.Services.Controllers { Count = submitedExpenses.Count }, - TotalAmount = totalCount + TotalAmount = totalAmount }; _logger.LogInfo( "GetPendingExpenseListAsync completed. TenantId={TenantId}",