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

View file

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