display more columns in invoice template listing (#1663)

This commit is contained in:
Kevin Papst
2020-04-25 16:34:15 +02:00
committed by GitHub
parent cbd7124cec
commit 46a7b13293
2 changed files with 33 additions and 14 deletions

View File

@@ -30,6 +30,8 @@
{% set actions = actions|merge({'back': path('invoice')}) %}
{% endif %}
{% set actions = actions|merge({'visibility': '#modal_invoice_template'}) %}
{% if is_granted('manage_invoice_template') %}
{% set actions = actions|merge({'create': path('admin_invoice_template_create')}) %}
{% endif %}