From 132a5112fd62236203847caad3d169b85657c1d5 Mon Sep 17 00:00:00 2001 From: PCoder Date: Tue, 7 Apr 2020 18:46:05 +0530 Subject: [PATCH] Fix getting id --- 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 82883e98..6ee5bc41 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.id | get_line_item_from_hosting_order_charge }} {% endfor %}