- Issue created by @henkpotman
- 🇪🇸Spain henkpotman
Finally I could achieve it using {{ invoice_entity.get('field_numero_de_factura').value }}
- Status changed to Closed: works as designed
about 1 year ago 9:18pm 9 October 2023
Hi. In commerce_invoice I created a custom field for an invoice number with machine name 'field_numero_de_factura' and every time I generate a new invoice, I can manually enter the invoice number. The invoice number is shown correctly in /admin/commerce/orders/%/invoices . All this is working fine.
However I can't find out how to print the value of the field_numero_de_factura in the invoice PDF.
I tried things like {{ invoice_entity.field_numero_de_factura|field_value }} or {{ content.invoice_entity.field_numero_de_factura|field_value }} in the commerce-invoice.html.twig template but no success.
Can anyone help me out? I guess more people are struggling with similar matters.
Thanks so much!
Closed: works as designed
2.0
Documentation
Finally I could achieve it using {{ invoice_entity.get('field_numero_de_factura').value }}