Correction anomalie 0000009 soumise le 18/11/2019 : affichage du numéro des pages sur les factures

This commit is contained in:
2019-11-20 22:24:50 +01:00
parent 80cf455c6d
commit 57b9422351

View File

@@ -162,9 +162,8 @@ class PDFGeneratorCore extends TCPDF
*/ */
public function Footer() public function Footer()
{ {
$this->writeHTML($this->footer);
$this->FontFamily = self::DEFAULT_FONT;
$this->writeHTML($this->pagination); $this->writeHTML($this->pagination);
$this->FontFamily = self::DEFAULT_FONT;
} }
/** /**