diff --git a/templates/invoice-anvil/invoice.html b/templates/invoice-anvil/invoice.html index 3c5b0f68..e5b6dc9b 100644 --- a/templates/invoice-anvil/invoice.html +++ b/templates/invoice-anvil/invoice.html @@ -127,7 +127,7 @@
| {{ l.account_holder }} | {{ user.bank_account.name }} |
| IBAN | {{ user.bank_account.IBAN }} |
| BIC | {{ user.bank_account.BIC }} |
| {{ l.account_holder }} | {{ bank_account.name }} |
| IBAN | {{ bank_account.IBAN }} |
| BIC | {{ bank_account.BIC }} |