mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Update meta files for new release.
This commit is contained in:
@@ -379,13 +379,6 @@ trait JournalServiceTrait
|
||||
$metaFactory->create(['account_id' => $account->id, 'name' => 'account_number', 'data' => $data['bic']]);
|
||||
}
|
||||
|
||||
// // store currency preference:
|
||||
// if (isset($data['currency_id']) && null !== $data['currency_id']) {
|
||||
// Log::debug(sprintf('Stored currency_id for account %d with value %d', $account->id, $data['currency_id']));
|
||||
// /** @var AccountMetaFactory $metaFactory */
|
||||
// $metaFactory = app(AccountMetaFactory::class);
|
||||
// $metaFactory->create(['account_id' => $account->id, 'name' => 'currency_id', 'data' => $data['currency_id']]);
|
||||
// }
|
||||
}
|
||||
|
||||
return $account;
|
||||
|
Reference in New Issue
Block a user