mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 22:58:09 +00:00
#202 [skip ci]
This commit is contained in:
@@ -75,8 +75,7 @@ class ChartJsBillChartGenerator implements BillChartGeneratorInterface
|
||||
/*
|
||||
* journalAmount has been collected in BillRepository::getJournals
|
||||
*/
|
||||
$journalAmount = TransactionJournal::amountPositive($entry) ?? '0';
|
||||
$actualAmount[] = round($journalAmount, 2);
|
||||
$actualAmount[] = round(TransactionJournal::amountPositive($entry), 2);
|
||||
}
|
||||
|
||||
$data['datasets'][] = [
|
||||
|
||||
Reference in New Issue
Block a user