Compare commits

...

2 Commits

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.id | get_line_item_from_hosting_order_charge }}
{{ ho | get_line_item_from_hosting_order_charge }}
</tr>
{% endfor %}
</tbody>