Affiche type du doc généré (pdf)
This commit is contained in:
parent
b547db6fe7
commit
d80bf1b79b
@ -51,6 +51,7 @@ class pdf_bernique extends ModelePDFFactures {
|
|||||||
$this->description = $langs->trans('PDFBerniqueDescription');
|
$this->description = $langs->trans('PDFBerniqueDescription');
|
||||||
|
|
||||||
// Dimension page pour format A4
|
// Dimension page pour format A4
|
||||||
|
$this->type = 'pdf';
|
||||||
$this->page_largeur = 210;
|
$this->page_largeur = 210;
|
||||||
$this->page_hauteur = 297;
|
$this->page_hauteur = 297;
|
||||||
$this->format = array($this->page_largeur,$this->page_hauteur);
|
$this->format = array($this->page_largeur,$this->page_hauteur);
|
||||||
|
|||||||
@ -52,6 +52,7 @@ class pdf_bulot extends ModelePDFFactures {
|
|||||||
$this->description = $langs->trans('PDFBulotDescription');
|
$this->description = $langs->trans('PDFBulotDescription');
|
||||||
|
|
||||||
// Dimension page pour format A4
|
// Dimension page pour format A4
|
||||||
|
$this->type = 'pdf';
|
||||||
$this->page_largeur = 210;
|
$this->page_largeur = 210;
|
||||||
$this->page_hauteur = 297;
|
$this->page_hauteur = 297;
|
||||||
$this->format = array($this->page_largeur,$this->page_hauteur);
|
$this->format = array($this->page_largeur,$this->page_hauteur);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user