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 d801374 commit 5979db7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
7 changes: 5 additions & 2 deletions htdocs/core/class/commonstickergenerator.class.php
Expand Up @@ -61,9 +61,12 @@
*/
abstract class CommonStickerGenerator
{

public $code; // Code of format
public $format; // Array with informations

/**
* @var array format Array with informations
*/
public $format;

// protected
var $_Avery_Name = ''; // Nom du format de l'etiquette
Expand Down
4 changes: 4 additions & 0 deletions htdocs/core/modules/product/doc/pdf_standard.modules.php
Expand Up @@ -78,7 +78,11 @@ class pdf_standard extends ModelePDFProduct
*/
public $page_hauteur;

/**
* @var array format
*/
public $format;

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

/**
* @var array format
*/
public $format;

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

/**
* @var array format
*/
public $format;

public $marge_gauche;
public $marge_droite;
public $marge_haute;
Expand Down

0 comments on commit 5979db7

Please sign in to comment.