I don’t think your error is related to your change. It appears to be related more to the PDF generation. I’ve not looked at it in detail, but it appears to be something in your table header or footer that is not being rendered properly.
Are you perhaps using a different character set, for example a right to left alphabet?
The code was added, but remember i am running the version 1.5.9 and the problem appear the same so, I do not known if I need to add ip_custom_fields or ip_custom_values instead custom_fields or custom_values?
A PHP Error was encountered
Severity: Notice
Message: Trying to get property of non-object
Filename: pdf/InvoicePlane.php
Line Number: 252
The line 252 is the follow:
<?php if ($custom_field->custom_field_location != 1) {
Please let me know how to fix this issue, because I need to display the custom quote fields.
Regards
I check the custom fields with clients and do not appear. something was wrong because the custom fields do not appear on the pdf, perhaps some instructions was missing on the php program.