mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add BIC support. This fixes #430
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
<div class="box-body">
|
||||
|
||||
{{ ExpandedForm.text('iban') }}
|
||||
{{ ExpandedForm.text('BIC', null, {maxlength: 11}) }}
|
||||
{{ ExpandedForm.text('accountNumber') }}
|
||||
|
||||
{% if what == 'asset' %}
|
||||
|
Reference in New Issue
Block a user