From 3aff4bb69aed5e9e49fa083dcfb286fa9017dae7 Mon Sep 17 00:00:00 2001 From: PCoder Date: Tue, 7 Apr 2020 19:22:45 +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 0f0479e4..3386d09c 100644 --- a/hosting/templates/hosting/invoices.html +++ b/hosting/templates/hosting/invoices.html @@ -92,7 +92,7 @@ {% trans "See Invoice" %} - {{ ho | get_line_item_from_hosting_order_charge }} + {{ ho.id | get_line_item_from_hosting_order_charge }} {% endfor %}