diff --git a/aleksis/apps/tezor/templates/tezor/invoice/full.html b/aleksis/apps/tezor/templates/tezor/invoice/full.html index 12753d14d9ee7965c0c902c2dd0df814978f2eaf..db740ebf844945c800dcad005a9ebebf1d595f6b 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 %}