use text instead of creditor id in qr code, more clear that fee is for full family
This commit is contained in:
parent
3a8650028d
commit
578e3df9e9
@ -24,13 +24,13 @@
|
||||
benefBIC: 'BKAUATWWXXX',
|
||||
benefAccNr: 'AT131200080413001200',
|
||||
amountEuro: {{ fee.sum_in_cents/100 }},
|
||||
creditorRef: 'Vereinsgebühren {{ loggedin_user.name }}'
|
||||
remittanceInf: 'Vereinsgebühren {{ fee.name }}',
|
||||
});
|
||||
|
||||
var code = sepaqr.makeCodeInto("qrcode");
|
||||
</script>
|
||||
|
||||
<b>Dein Vereinsbeitrag: {{ fee.sum_in_cents / 100 }}€ {% if fee.parts | length == 1 %} ({{ fee.parts[0].0 }}) {% endif %}</b><br />
|
||||
<b>Dein Vereinsbeitrag ({{ fee.name }}): {{ fee.sum_in_cents / 100 }}€ {% if fee.parts | length == 1 %} ({{ fee.parts[0].0 }}) {% endif %}</b><br />
|
||||
{% if fee.parts | length > 1 %}
|
||||
<small>
|
||||
Setzt sich zusammen aus:
|
||||
|
Loading…
Reference in New Issue
Block a user