I've got problems adding the custom field regarding the VAT to the address in the invoicepdf.tpl.
to be honest I don't know where to place the following code that was working smooth with the original invoicepdf.tpl.
$pdf->Cell(0,4,'P.IVA: '.$clientsdetails["customfields1"],0,1,'L');
I need to add the VAT near the customer address. I've tried using a suggestion read in the forum that worked well for the original invoicepdf but I'm unable to add this custom field in my template:
suggestions?