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:
zjean
2016-02-10 22:09:24 +01:00
parent 1d4d156749
commit 5c03e64f46
6 changed files with 30 additions and 22 deletions

View File

@@ -47,6 +47,7 @@ return [
'symbol' => 'Symbol',
'code' => 'Code',
'iban' => 'IBAN',
'accountNumber' => 'Account number',
'csv' => 'CSV file',
'has_headers' => 'Headers',
'date_format' => 'Date format',