mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Code cleanup [skip ci]
This commit is contained in:
@@ -81,9 +81,9 @@ class GoogleBillChartGenerator implements BillChartGenerator
|
||||
foreach ($entries as $result) {
|
||||
$chart->addRow(
|
||||
clone $result->date,
|
||||
round($bill->amount_max,2),
|
||||
round($bill->amount_min,2),
|
||||
round($result->amount,2)
|
||||
round($bill->amount_max, 2),
|
||||
round($bill->amount_min, 2),
|
||||
round($result->amount, 2)
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user