Show attachments for budgets #2828

This commit is contained in:
James Cole
2020-03-19 18:28:02 +01:00
parent 9b53576fc2
commit 417a0d0f83
5 changed files with 30 additions and 5 deletions

View File

@@ -160,6 +160,7 @@ class IndexController extends Controller
$array = $current->toArray();
$array['spent'] = [];
$array['budgeted'] = [];
$array['attachments'] = $this->repository->getAttachments($current);
$array['auto_budget'] = $this->repository->getAutoBudget($current);
$budgetLimits = $this->blRepository->getBudgetLimits($current, $start, $end);