Standardize and update code

This commit is contained in:
Philippe GRAND 2018-09-20 12:10:13 +02:00
parent 5979db7733
commit 4b51227ca9
3 changed files with 12 additions and 0 deletions

View File

@ -83,7 +83,11 @@ class pdf_standard extends ModelePDFProduct
*/
public $format;
/**
* @var int marge_gauche
*/
public $marge_gauche;
public $marge_droite;
public $marge_haute;
public $marge_basse;

View File

@ -83,7 +83,11 @@ class pdf_standard extends ModelePDFStock
*/
public $format;
/**
* @var int marge_gauche
*/
public $marge_gauche;
public $marge_droite;
public $marge_haute;
public $marge_basse;

View File

@ -84,7 +84,11 @@ class pdf_stdmovement extends ModelePDFMovement
*/
public $format;
/**
* @var int marge_gauche
*/
public $marge_gauche;
public $marge_droite;
public $marge_haute;
public $marge_basse;