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 d2d40ef commit bd87b13
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 @@ -93,7 +93,11 @@ class pdf_standard extends ModelePDFProduct
*/
public $marge_droite;

/**
* @var int marge_haute
*/
public $marge_haute;

public $marge_basse;

/**
Expand Down
4 changes: 4 additions & 0 deletions htdocs/core/modules/stock/doc/pdf_standard.modules.php
Expand Up @@ -93,7 +93,11 @@ class pdf_standard extends ModelePDFStock
*/
public $marge_droite;

/**
* @var int marge_haute
*/
public $marge_haute;

public $marge_basse;

/**
Expand Down
4 changes: 4 additions & 0 deletions htdocs/core/modules/stock/doc/pdf_stdmovement.modules.php
Expand Up @@ -94,7 +94,11 @@ class pdf_stdmovement extends ModelePDFMovement
*/
public $marge_droite;

/**
* @var int marge_haute
*/
public $marge_haute;

public $marge_basse;

/**
Expand Down

0 comments on commit bd87b13

Please sign in to comment.