mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-04 12:29:47 +00:00
Expand piggy bank enrichment.
This commit is contained in:
@@ -91,6 +91,7 @@ class PiggyBankEventEnrichment implements EnrichmentInterface
|
||||
}
|
||||
|
||||
// get account currency preference for ALL.
|
||||
// TODO This method does a find in a loop.
|
||||
$set = AccountMeta::whereIn('account_id', array_values($this->accountIds))->where('name', 'currency_id')->get();
|
||||
/** @var AccountMeta $item */
|
||||
foreach ($set as $item) {
|
||||
|
||||
Reference in New Issue
Block a user