mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Merge branch 'develop' into 5.8-dev
# Conflicts: # composer.lock # config/firefly.php # public/v1/js/create_transaction.js # public/v1/js/edit_transaction.js # public/v1/js/profile.js # resources/assets/js/locales/pt-br.json # resources/lang/pt_BR/firefly.php # yarn.lock
This commit is contained in:
@@ -219,6 +219,13 @@ return [
|
||||
'default_language' => envNonEmpty('DEFAULT_LANGUAGE', 'en_US'),
|
||||
'default_locale' => envNonEmpty('DEFAULT_LOCALE', 'equal'),
|
||||
|
||||
// account types that may have or set a currency
|
||||
'valid_currency_account_types' => [
|
||||
AccountType::ASSET, AccountType::LOAN, AccountType::DEBT, AccountType::MORTGAGE,
|
||||
AccountType::CASH, AccountType::INITIAL_BALANCE, AccountType::LIABILITY_CREDIT,
|
||||
AccountType::RECONCILIATION
|
||||
],
|
||||
|
||||
// "value must be in this list" values
|
||||
'valid_attachment_models' => [
|
||||
Account::class,
|
||||
|
Reference in New Issue
Block a user