Skip to content

Commit

Permalink
Update pdf_proforma.modules.php
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Aug 5, 2019
1 parent fde526f commit 7f23b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/core/modules/commande/doc/pdf_proforma.modules.php
Expand Up @@ -65,12 +65,12 @@ function __construct($db)
* @param int $showaddress 0=no, 1=yes
* @param Translate $outputlangs Object lang for output
* @param string $titlekey Translation key to show as title of document
* @return void
* @return int Return topshift value
*/
function _pagehead(&$pdf, $object, $showaddress, $outputlangs, $titlekey="InvoiceProForma")
{
global $conf,$langs,$hookmanager;

parent::_pagehead($pdf, $object, $showaddress, $outputlangs, $titlekey);
return parent::_pagehead($pdf, $object, $showaddress, $outputlangs, $titlekey);
}
}

0 comments on commit 7f23b77

Please sign in to comment.