mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Fixed some issues with the monthly report and missing amounts.
This commit is contained in:
@@ -152,7 +152,7 @@ class Steam
|
||||
public function balancesById(array $ids, Carbon $date): array
|
||||
{
|
||||
|
||||
// abuse chart properties:
|
||||
// cache this property.
|
||||
$cache = new CacheProperties;
|
||||
$cache->addProperty($ids);
|
||||
$cache->addProperty('balances');
|
||||
|
Reference in New Issue
Block a user