Standardize and update code

This commit is contained in:
Philippe GRAND 2018-09-20 12:02:23 +02:00
parent 67147582af
commit 32beccc3be
3 changed files with 12 additions and 0 deletions

View File

@ -73,7 +73,11 @@ class pdf_standard extends ModelePDFProduct
*/
public $page_largeur;
/**
* @var int page_hauteur
*/
public $page_hauteur;
public $format;
public $marge_gauche;
public $marge_droite;

View File

@ -73,7 +73,11 @@ class pdf_standard extends ModelePDFStock
*/
public $page_largeur;
/**
* @var int page_hauteur
*/
public $page_hauteur;
public $format;
public $marge_gauche;
public $marge_droite;

View File

@ -74,7 +74,11 @@ class pdf_stdmovement extends ModelePDFMovement
*/
public $page_largeur;
/**
* @var int page_hauteur
*/
public $page_hauteur;
public $format;
public $marge_gauche;
public $marge_droite;