Skip to content

Commit

Permalink
chore: change account number on invoices to ABN
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoesbergen committed Jul 6, 2023
1 parent 3afe44a commit a1282b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/invoice/invoice.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h1>Factuur</h1>
<tbody>
<tr>
<td>{{ due_date }}</td>
<td>NL45 INGB 0004 4338 56</td>
<td>NL30 ABNA 0119 7748 44</td>
<td>€ {{ grand_total|floatformat:2 }}</td>
</tr>
</tbody>
Expand Down

0 comments on commit a1282b3

Please sign in to comment.