mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Tried to start with #107
- Always show the IBAN in the create account view, because it is always editable the edit view. - Added 'accountNumber' account_meta field, and showing it in create/edit account view.
This commit is contained in:
@@ -47,6 +47,7 @@ return [
|
||||
'symbol' => 'Symbol',
|
||||
'code' => 'Code',
|
||||
'iban' => 'IBAN',
|
||||
'accountNumber' => 'Account number',
|
||||
'csv' => 'CSV file',
|
||||
'has_headers' => 'Headers',
|
||||
'date_format' => 'Date format',
|
||||
|
Reference in New Issue
Block a user