Jump to content

Invoices Without The Customer Vat Number?


Paul13

Recommended Posts

This is not a bug and I've confirmed that it's working fine.  Did you set your VAT number up at:  Settings > Company > Taxes

 

If you create an invoice and look at the PDF it should show up above the invoice number on the right.

Link to comment
Share on other sites

Issue fixed,

I've added the following code:

if(!empty($this->invoice->client->settings['tax_id']))
    $address .= $this->invoice->client->settings['tax_id'] . "\n";

 

Very nice, and thank you for submitting the details to add it.  If this is required by law it probably should be added as a feature.  You might want to submit this as a feature request.

Link to comment
Share on other sites

  • 3 weeks later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...