Add thing to apply rules to fints #2081

This commit is contained in:
James Cole
2019-02-12 21:01:12 +01:00
parent 58e55dc789
commit 2117fc2a5a
3 changed files with 6 additions and 3 deletions

View File

@@ -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>