Show custom files in the table of the Dashboard

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!

Please earch the forum before posting. This was already discussed multiple times, for example here: Custom field in client table
The customization applies also for the dashboard, just take a look at the corresponding folder: /application/modules/dashboard

This topic was automatically closed after 2 days. New replies are no longer allowed.