From 57b9422351f95ebe7bce548974457ac9f320892f Mon Sep 17 00:00:00 2001 From: Laurent LE CORRE Date: Wed, 20 Nov 2019 22:24:50 +0100 Subject: [PATCH] =?UTF-8?q?Correction=20anomalie=200000009=20soumise=20le?= =?UTF-8?q?=2018/11/2019=20:=20affichage=20du=20num=C3=A9ro=20des=20pages?= =?UTF-8?q?=20sur=20les=20factures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/classes/pdf/PDFGenerator.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/classes/pdf/PDFGenerator.php b/web/classes/pdf/PDFGenerator.php index 3a8f0a44..8615fd6b 100644 --- a/web/classes/pdf/PDFGenerator.php +++ b/web/classes/pdf/PDFGenerator.php @@ -162,9 +162,8 @@ class PDFGeneratorCore extends TCPDF */ public function Footer() { - $this->writeHTML($this->footer); - $this->FontFamily = self::DEFAULT_FONT; $this->writeHTML($this->pagination); + $this->FontFamily = self::DEFAULT_FONT; } /**