From 2a964ef93b76a6589ea2d646eb264557ed2dd4c3 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Mon, 12 Dec 2022 17:20:09 +0100
Subject: [PATCH] Fix invoice view

---
 aleksis/apps/tezor/templates/tezor/invoice/full.html | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/aleksis/apps/tezor/templates/tezor/invoice/full.html b/aleksis/apps/tezor/templates/tezor/invoice/full.html
index 12753d1..db740eb 100644
--- a/aleksis/apps/tezor/templates/tezor/invoice/full.html
+++ b/aleksis/apps/tezor/templates/tezor/invoice/full.html
@@ -112,9 +112,7 @@
     </div>
 
     {% if can_view_purchased_items %}
-      {% if object.for_object %}
-        {% render_table object.purchased_items_table %}
-      {% endif %}
+      {% render_table object.purchased_items_table %}
       {% render_table object.totals_table %}
     {% endif %}
 
-- 
GitLab