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_public;
|
||||||
public $note_private;
|
public $note_private;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creation date
|
* Creation date
|
||||||
* @var int
|
* @var int
|
||||||
*/
|
*/
|
||||||
public $date_creation;
|
public $date_creation;
|
||||||
|
|
||||||
|
|
||||||
public $tms;
|
public $tms;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -105,8 +105,8 @@ class BlockedLog
|
|||||||
* @var int
|
* @var int
|
||||||
*/
|
*/
|
||||||
public $date_creation;
|
public $date_creation;
|
||||||
|
|
||||||
|
|
||||||
public $date_modification;
|
public $date_modification;
|
||||||
|
|
||||||
public $date_object = 0;
|
public $date_object = 0;
|
||||||
|
|||||||
@ -112,14 +112,14 @@ class BOM extends CommonObject
|
|||||||
public $description;
|
public $description;
|
||||||
public $note_public;
|
public $note_public;
|
||||||
public $note_private;
|
public $note_private;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creation date
|
* Creation date
|
||||||
* @var int
|
* @var int
|
||||||
*/
|
*/
|
||||||
public $date_creation;
|
public $date_creation;
|
||||||
|
|
||||||
|
|
||||||
public $tms;
|
public $tms;
|
||||||
public $fk_user_creat;
|
public $fk_user_creat;
|
||||||
public $fk_user_modif;
|
public $fk_user_modif;
|
||||||
|
|||||||
@ -72,8 +72,8 @@ class Mailing extends CommonObject
|
|||||||
* @var int
|
* @var int
|
||||||
*/
|
*/
|
||||||
public $date_creat;
|
public $date_creat;
|
||||||
|
|
||||||
|
|
||||||
public $date_valid;
|
public $date_valid;
|
||||||
|
|
||||||
public $extraparams=array();
|
public $extraparams=array();
|
||||||
|
|||||||
@ -87,14 +87,14 @@ class CashControl extends CommonObject
|
|||||||
public $cheque;
|
public $cheque;
|
||||||
public $card;
|
public $card;
|
||||||
public $date_valid;
|
public $date_valid;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creation date
|
* Creation date
|
||||||
* @var int
|
* @var int
|
||||||
*/
|
*/
|
||||||
public $date_creation;
|
public $date_creation;
|
||||||
|
|
||||||
|
|
||||||
public $date_modification;
|
public $date_modification;
|
||||||
|
|
||||||
const STATUS_DRAFT = 0;
|
const STATUS_DRAFT = 0;
|
||||||
|
|||||||
@ -61,14 +61,14 @@ class ChargeSociales extends CommonObject
|
|||||||
public $amount;
|
public $amount;
|
||||||
public $paye;
|
public $paye;
|
||||||
public $periode;
|
public $periode;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creation date
|
* Creation date
|
||||||
* @var int
|
* @var int
|
||||||
*/
|
*/
|
||||||
public $date_creation;
|
public $date_creation;
|
||||||
|
|
||||||
|
|
||||||
public $date_modification;
|
public $date_modification;
|
||||||
public $date_validation;
|
public $date_validation;
|
||||||
|
|
||||||
|
|||||||
@ -425,8 +425,8 @@ abstract class CommonObject
|
|||||||
* @var int Date of creation
|
* @var int Date of creation
|
||||||
*/
|
*/
|
||||||
public $date_creation;
|
public $date_creation;
|
||||||
|
|
||||||
|
|
||||||
public $date_validation; // Date validation
|
public $date_validation; // Date validation
|
||||||
public $date_modification; // Date last change (tms field)
|
public $date_modification; // Date last change (tms field)
|
||||||
|
|
||||||
|
|||||||
@ -105,13 +105,13 @@ class EmailSenderProfile extends CommonObject
|
|||||||
public $label;
|
public $label;
|
||||||
|
|
||||||
public $email;
|
public $email;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int Date of creation
|
* @var int Date of creation
|
||||||
*/
|
*/
|
||||||
public $date_creation;
|
public $date_creation;
|
||||||
|
|
||||||
|
|
||||||
public $tms;
|
public $tms;
|
||||||
//public $fk_user_creat;
|
//public $fk_user_creat;
|
||||||
//public $fk_user_modif;
|
//public $fk_user_modif;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user