Informatique Posted October 12, 2009 Share Posted October 12, 2009 Hi,Is there any way to edit PDF.php to remove the Product Refernce numbers from invoices? Link to comment Share on other sites More sharing options...
Informatique Posted November 18, 2009 Author Share Posted November 18, 2009 Can ANYONE please help me with this? Link to comment Share on other sites More sharing options...
andrew Posted November 18, 2009 Share Posted November 18, 2009 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 More sharing options...
Informatique Posted November 18, 2009 Author Share Posted November 18, 2009 Thanks for this, unfortunately, it doesn't seem to have made a difference. Link to comment Share on other sites More sharing options...
GS VISION Posted January 26, 2010 Share Posted January 26, 2010 It works,but changes the positioning of the fields below Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now