mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
First attempt to make the year charts and month reports report the same thing [skip ci]
This commit is contained in:
@@ -461,14 +461,12 @@ class TransactionJournal implements TransactionJournalInterface, CUD, CommonData
|
||||
foreach ($set as $entry) {
|
||||
$sum += $entry['amount'];
|
||||
}
|
||||
|
||||
|
||||
|
||||
return $sum;
|
||||
}
|
||||
|
||||
/**
|
||||
* TODO This query includes incomes to "shared" accounts which arent income.
|
||||
*
|
||||
* @param Carbon $date
|
||||
*
|
||||
* @return float
|
||||
|
Reference in New Issue
Block a user