mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 15:18:05 +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 has been collected in BillRepository::getJournals
|
||||||
*/
|
*/
|
||||||
$journalAmount = TransactionJournal::amountPositive($entry) ?? '0';
|
$actualAmount[] = round(TransactionJournal::amountPositive($entry), 2);
|
||||||
$actualAmount[] = round($journalAmount, 2);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$data['datasets'][] = [
|
$data['datasets'][] = [
|
||||||
|
|||||||
Reference in New Issue
Block a user