Skip to content

Commit

Permalink
Report > ExpenseSummary account issue solved
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Nov 2, 2018
1 parent 1385093 commit 4f33cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Reports/ExpenseSummary.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public function index()
->credits(false)
->view($chart_template);

return view($view_template, compact('chart', 'dates', 'categories', 'statuses', 'vendors', 'expenses', 'totals'));
return view($view_template, compact('chart', 'dates', 'categories', 'statuses', 'accounts', 'vendors', 'expenses', 'totals'));
}

private function setAmount(&$graph, &$totals, &$expenses, $items, $type, $date_field)
Expand Down

0 comments on commit 4f33cf4

Please sign in to comment.