mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Add thing to apply rules to fints #2081
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
{{ ExpandedForm.text('fints_bank_code', data.fints_bank_code, {required: true}) }}
|
||||
{{ ExpandedForm.text('fints_username', data.fints_username, {helpText: trans('import.job_config_fints_username_help'), required: false}) }}
|
||||
{{ ExpandedForm.password('fints_password', {required: true}) }}
|
||||
{{ ExpandedForm.checkbox('apply_rules', 1, true) }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user