feat: additional receipts as attachments to teamer invoices
addresses #869dv97u9
This commit is contained in:
@@ -122,6 +122,11 @@
|
||||
<twig:MessageBox message="{{ blocker.message }}"/>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
{# Outside the invoice form above - the receipt triggers are their own forms. #}
|
||||
{% if is_granted('MANAGE_RECEIPTS', disposition) %}
|
||||
{% include '_partials/_receipts.html.twig' %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{# Contract uploaded #}
|
||||
@@ -189,6 +194,10 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% if is_granted('MANAGE_RECEIPTS', disposition) %}
|
||||
{% include '_partials/_receipts.html.twig' %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{# Invoice paid #}
|
||||
|
||||
Reference in New Issue
Block a user