Fixing style errors.
This commit is contained in:
parent
78b8422c00
commit
0c6938aa2a
@ -128,14 +128,14 @@ class Asset extends CommonObject
|
||||
|
||||
public $note_public;
|
||||
public $note_private;
|
||||
|
||||
|
||||
/**
|
||||
* Creation date
|
||||
* @var int
|
||||
*/
|
||||
public $date_creation;
|
||||
|
||||
|
||||
|
||||
|
||||
public $tms;
|
||||
|
||||
/**
|
||||
|
||||
@ -105,8 +105,8 @@ class BlockedLog
|
||||
* @var int
|
||||
*/
|
||||
public $date_creation;
|
||||
|
||||
|
||||
|
||||
|
||||
public $date_modification;
|
||||
|
||||
public $date_object = 0;
|
||||
|
||||
@ -112,14 +112,14 @@ class BOM extends CommonObject
|
||||
public $description;
|
||||
public $note_public;
|
||||
public $note_private;
|
||||
|
||||
|
||||
/**
|
||||
* Creation date
|
||||
* @var int
|
||||
*/
|
||||
public $date_creation;
|
||||
|
||||
|
||||
|
||||
|
||||
public $tms;
|
||||
public $fk_user_creat;
|
||||
public $fk_user_modif;
|
||||
|
||||
@ -72,8 +72,8 @@ class Mailing extends CommonObject
|
||||
* @var int
|
||||
*/
|
||||
public $date_creat;
|
||||
|
||||
|
||||
|
||||
|
||||
public $date_valid;
|
||||
|
||||
public $extraparams=array();
|
||||
|
||||
@ -87,14 +87,14 @@ class CashControl extends CommonObject
|
||||
public $cheque;
|
||||
public $card;
|
||||
public $date_valid;
|
||||
|
||||
|
||||
/**
|
||||
* Creation date
|
||||
* @var int
|
||||
*/
|
||||
public $date_creation;
|
||||
|
||||
|
||||
|
||||
|
||||
public $date_modification;
|
||||
|
||||
const STATUS_DRAFT = 0;
|
||||
|
||||
@ -61,14 +61,14 @@ class ChargeSociales extends CommonObject
|
||||
public $amount;
|
||||
public $paye;
|
||||
public $periode;
|
||||
|
||||
|
||||
/**
|
||||
* Creation date
|
||||
* @var int
|
||||
*/
|
||||
public $date_creation;
|
||||
|
||||
|
||||
|
||||
|
||||
public $date_modification;
|
||||
public $date_validation;
|
||||
|
||||
|
||||
@ -425,8 +425,8 @@ abstract class CommonObject
|
||||
* @var int Date of creation
|
||||
*/
|
||||
public $date_creation;
|
||||
|
||||
|
||||
|
||||
|
||||
public $date_validation; // Date validation
|
||||
public $date_modification; // Date last change (tms field)
|
||||
|
||||
|
||||
@ -105,13 +105,13 @@ class EmailSenderProfile extends CommonObject
|
||||
public $label;
|
||||
|
||||
public $email;
|
||||
|
||||
|
||||
/**
|
||||
* @var int Date of creation
|
||||
*/
|
||||
public $date_creation;
|
||||
|
||||
|
||||
|
||||
|
||||
public $tms;
|
||||
//public $fk_user_creat;
|
||||
//public $fk_user_modif;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user