mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Standardize and update code
This commit is contained in:
parent
d801374f93
commit
5979db7733
|
|
@ -61,9 +61,12 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/format_cards.lib.php';
|
|||
*/
|
||||
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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user