{% set poCurrency = purchaseOrder.currency ? purchaseOrder.currency.code : display_currency() %}
| Article | Description | Quantity | Unit Price | Total Value |
|---|---|---|---|---|
| {{ item.article.codeReference }} | {{ item.article.description ?: 'N/A' }} | {{ item.requestedQty }} | {{ item.unitPrice|format_currency(poCurrency) }} | {{ item.amount|format_currency(poCurrency) }} |
No items found for this order.
{% endif %}