This commit is contained in:
PCoder 2020-04-07 18:57:20 +05:30
parent 132a5112fd
commit 8a3fa667a0
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
<td class="text-right last-td">
<a class="btn btn-order-detail" href="{stripe_charge_data.receipt_url}" target="_blank">{% trans "See Invoice" %}</a>
</td>
{{ ho.id | get_line_item_from_hosting_order_charge }}
{{ ho | get_line_item_from_hosting_order_charge }}
</tr>
{% endfor %}
</tbody>