Jump to content

Remove product reference number from invoices


Recommended Posts

  • 1 month later...

You could try removing this code:

array(self::l('Reference'), 'L'),
(line 319 in my file)

and this:

$this->Cell($w[1], $lineSize, ($product['product_reference'] != '' ? $product['product_reference'] : '---'), 'B');
(line 337 in my file)

This will remove I think from delivery slip and invoice.

- Andrew

Link to comment
Share on other sites

  • 2 months later...

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