Hi,
I want to known how to display especific custom quote field on the pdf.
This is my current code on invoiceplane.php
<?php foreach ($custom_fields['quote'] as $custom_quote_field_name => $custom_quote_field_value) : ?> <b> <?php echo nl2br(htmlsc($custom_quote_field_name) .': ') ; ?> </b> <?php echo nl2br(htmlsc($custom_quote_field_value) .'.......'); ?>
<?php endforeach; ?>
I need to known how to display especific custom field not all fields on the pdf.
Thanks on advance.