mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-20 19:42:02 +00:00
Differ between shared and normal transactions (not build yet).
This commit is contained in:
@@ -126,7 +126,7 @@ class GoogleChartController extends Controller
|
||||
while ($start <= $end) {
|
||||
$row = [clone $start];
|
||||
foreach ($budgets as $budget) {
|
||||
$spent = $repository->spentInMonth($budget, $start);
|
||||
$spent = $repository->spentInMonth($budget, $start, $shared);
|
||||
$row[] = $spent;
|
||||
}
|
||||
$chart->addRowArray($row);
|
||||
|
Reference in New Issue
Block a user