When i upload a file for {% input overeenstemming.sociale_bijdragen_fiscaal_attest_doc as:file %}, it automatically links it also to {% input overeenstemming.vapz_fiscaal_attest_doc as:file %}.
How can i resolve this?
input mode:
Code:
Niet ingehouden persoonlijke sociale bijdragen
{% for overeenstemming in period.custom.overeenstemmingen %}
|----40%---|-20%--|--20%--:+
||Sociale bijdragen {% input overeenstemming.sociale_bijdragen_fiscaal_attest_doc as:file %}|{{ overeenstemming.sociale_bijdragen_fiscaal_attest | currency }}
||VAPZ {% input overeenstemming.vapz_fiscaal_attest_doc as:file %}|{{ overeenstemming.vapz_fiscaal_attest | currency }}
||**Code 1405/2405**|**{{ overeenstemming.sociale_bijdragen_fiscaal_attest+overeenstemming.vapz_fiscaal_attest | currency }}**
|
{% endfor %}