Jump to content

Different header and footer Invoice/Delivery Slip


Recommended Posts

It's the getHeader() function in classes/pdf/HTMLTemplateInvoice.php you'll need to override:

        return $this->smarty->fetch($this->getTemplate('header'));

Change 'header' to 'header-invoice' and then copy and paste pdf/header.tpl to pdf/header-invoice.tpl.

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...