bug fixes
This commit is contained in:
parent
06150ce30a
commit
d466a1bf5a
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ class DashboardApiController extends BaseAPIController
|
|||
|
||||
$dashboardRepo = $this->dashboardRepo;
|
||||
$metrics = $dashboardRepo->totals($accountId, $userId, $viewAll);
|
||||
$paidToDate = $dashboardRepo->paidToDate($account, $userId, $viewAll);
|
||||
$averageInvoice = $dashboardRepo->averages($account, $userId, $viewAll);
|
||||
$paidToDate = $dashboardRepo->paidToDate($user->account, $userId, $viewAll);
|
||||
$averageInvoice = $dashboardRepo->averages($user->account, $userId, $viewAll);
|
||||
$balances = $dashboardRepo->balances($accountId, $userId, $viewAll);
|
||||
$activities = $dashboardRepo->activities($accountId, $userId, $viewAll);
|
||||
$pastDue = $dashboardRepo->pastDue($accountId, $userId, $viewAll);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue