Skip to content
Snippets Groups Projects
Commit 2a964ef9 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix invoice view

parent 535f3592
No related branches found
No related tags found
1 merge request!16Sepaxml
Pipeline #102714 failed
......@@ -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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment