Affiche type du doc gnr (pdf)

This commit is contained in:
Laurent Destailleur 2006-06-11 00:39:26 +00:00
parent b547db6fe7
commit d80bf1b79b
2 changed files with 2 additions and 0 deletions

View File

@ -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);

View File

@ -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);