Jump to content

vat number/dni label in invoice


Recommended Posts

  • 2 weeks later...

Merit,

 

Did you manage to add the labels already?

As I understand, you added the {dni} to some template file in the /pdf file, right? Like invoice.tpl or so.

Just before the {dni}, just add the label text (maybe with <span>s around them to do some formatting):

 

Something like:

<span style="font-weight: bold; font-size: 10pt; color: #9E9F9E">{l s='Billing & Delivery Address.' pdf='true'}</span><br />
{$invoice_address}
<span style="font-weight: bold; font-size: 10pt; color: #000" >dni: </span>{dni}

 

or so.

 

Hope this helps,

pascal.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...