Skip to content

Commit

Permalink
Standardize and update code
Browse files Browse the repository at this point in the history
  • Loading branch information
grandoc committed Sep 20, 2018
1 parent 6714758 commit 32beccc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions htdocs/core/modules/product/doc/pdf_standard.modules.php
Expand Up @@ -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;
Expand Down
4 changes: 4 additions & 0 deletions htdocs/core/modules/stock/doc/pdf_standard.modules.php
Expand Up @@ -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;
Expand Down
4 changes: 4 additions & 0 deletions htdocs/core/modules/stock/doc/pdf_stdmovement.modules.php
Expand Up @@ -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;
Expand Down

0 comments on commit 32beccc

Please sign in to comment.