Fix mistake is obtaining the correct hosting order id
This commit is contained in:
parent
2e335fc574
commit
96af882e6d
1 changed files with 1 additions and 1 deletions
|
@ -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.id | get_line_item_from_hosting_order_charge }}
|
{{ ho | get_line_item_from_hosting_order_charge }}
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Loading…
Reference in a new issue