mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-06 12:45:30 +00:00
Currencies can now be enabled and disabled.
This commit is contained in:
@@ -100,6 +100,7 @@ class NewUserController extends Controller
|
||||
if (null === $currency) {
|
||||
$currency = $currencyRepository->findByCodeNull('EUR');
|
||||
}
|
||||
$currencyRepository->enable($currency);
|
||||
|
||||
$this->createAssetAccount($request, $currency); // create normal asset account
|
||||
$this->createSavingsAccount($request, $currency, $language); // create savings account
|
||||
|
Reference in New Issue
Block a user