From d80bf1b79b6e65d692f5746f0f6050c1c1723305 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 11 Jun 2006 00:39:26 +0000 Subject: [PATCH] =?UTF-8?q?Affiche=20type=20du=20doc=20g=E9n=E9r=E9=20(pdf?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/modules/facture/pdf_bernique.modules.php | 1 + htdocs/includes/modules/facture/pdf_bulot.modules.php | 1 + 2 files changed, 2 insertions(+) diff --git a/htdocs/includes/modules/facture/pdf_bernique.modules.php b/htdocs/includes/modules/facture/pdf_bernique.modules.php index 53789920c31..940729744de 100644 --- a/htdocs/includes/modules/facture/pdf_bernique.modules.php +++ b/htdocs/includes/modules/facture/pdf_bernique.modules.php @@ -51,6 +51,7 @@ class pdf_bernique extends ModelePDFFactures { $this->description = $langs->trans('PDFBerniqueDescription'); // Dimension page pour format A4 + $this->type = 'pdf'; $this->page_largeur = 210; $this->page_hauteur = 297; $this->format = array($this->page_largeur,$this->page_hauteur); diff --git a/htdocs/includes/modules/facture/pdf_bulot.modules.php b/htdocs/includes/modules/facture/pdf_bulot.modules.php index 5c3dfff9ab7..18899b56db6 100644 --- a/htdocs/includes/modules/facture/pdf_bulot.modules.php +++ b/htdocs/includes/modules/facture/pdf_bulot.modules.php @@ -52,6 +52,7 @@ class pdf_bulot extends ModelePDFFactures { $this->description = $langs->trans('PDFBulotDescription'); // Dimension page pour format A4 + $this->type = 'pdf'; $this->page_largeur = 210; $this->page_hauteur = 297; $this->format = array($this->page_largeur,$this->page_hauteur);