Fix invoices list not showing one time charges

This commit is contained in:
app@dynamicweb-production 2024-05-08 09:57:56 +02:00
parent 97d70cc5fd
commit 92cfe71bbe
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
<tbody>
{% for ho, stripe_charge_data in invs_charge %}
<tr>
{{ ho | get_line_item_from_hosting_order_charge }}
{{ ho.id | get_line_item_from_hosting_order_charge }}
</tr>
{% endfor %}
</tbody>