Hello, I am trying to add custom field with custom text on invoice.
I created the field but i dont know how to ,echo" the field in PDF template in: application\views\invoice_templates\pdf
I tried this but it doesnt work:
<?php echo $custom_fields['invoice']['Text'] ?>
Any help please?
Thanks