Hello,
I’m trying to show a custom file added in the invoices, in the main dashboard. I got it in the generation of PDF invoice through this small code.
<?php echo $custom_fields['invoice']['Marca']; ?>
When generating the PDF invoice, it is displayed perfectly. The problem is when this same code is added to a new column in dashboard, nothing is shown.
A little help? Thanks to everything in advance!