From 8a3fa667a0942a75f1aef13a5ad74a38201a547f Mon Sep 17 00:00:00 2001 From: PCoder Date: Tue, 7 Apr 2020 18:57:20 +0530 Subject: [PATCH] Fix bug --- hosting/templates/hosting/invoices.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosting/templates/hosting/invoices.html b/hosting/templates/hosting/invoices.html index 6ee5bc41..cd18e2c6 100644 --- a/hosting/templates/hosting/invoices.html +++ b/hosting/templates/hosting/invoices.html @@ -92,7 +92,7 @@ {% trans "See Invoice" %} - {{ ho.id | get_line_item_from_hosting_order_charge }} + {{ ho | get_line_item_from_hosting_order_charge }} {% endfor %}