Back to Invoiceninja

$invoice.po_number

resources/views/templates/delivery_notes/td5.html

5.13.21542 B
Original Source

|

| $delivery_note_label | |

|

$to_label:

|

$ship_to_label:

|

|

$invoice.po_number

|

$date_label: $invoice.date

|

{% if invoices is defined and invoices is not empty %} {% set invoice = invoices|first %}

$item_label #$description_label$quantity_label
{% for item in invoice.line_itemsfilter(item => item.type_id == 1) %}{{ item.product_key }}
{% endfor %}
{% endif %}

$notes_label:

$invoice.public_notes

| |

|