mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-30 20:54:04 -06:00
Small bug fix in budget chart.
This commit is contained in:
parent
aa573cc951
commit
287d110c84
@ -171,7 +171,7 @@ class GoogleChartController extends Controller
|
||||
|
||||
foreach ($allEntries as $entry) {
|
||||
if ($entry[2] > 0) {
|
||||
$left = $entry[1] - $entry[0];
|
||||
$left = $entry[1] - $entry[2];
|
||||
$chart->addRow($entry[0], $left);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user