{% extends 'D2BillingBundle::layout.html.twig' %} {# {% block heading %} {{ parent() }} {{ status_msg('credit-note-status') }} {{ status_msg('credit-note-links') }} {% endblock %} #} {% block page_header %}
Back
{% if entity.invoice is null %} {% if is_granted('ROLE_ADMIN_SALES_VIEW') %}
Convert To Debit Note
{% endif %} {% endif %}
Download PDF
View
Credit Note
.
{% endblock page_header %} {% block content %} {% include 'D2BillingBundle:CreditNote:show.base.twig' %} {% endblock content%}