Standardize code
This commit is contained in:
parent
c7c3780400
commit
94df8d297d
@ -106,6 +106,9 @@ class Asset extends CommonObject
|
||||
*/
|
||||
public $ref;
|
||||
|
||||
/**
|
||||
* @var int Entity
|
||||
*/
|
||||
public $entity;
|
||||
|
||||
/**
|
||||
|
||||
@ -64,7 +64,11 @@ class FactureRec extends CommonInvoice
|
||||
*/
|
||||
public $picto='bill';
|
||||
|
||||
/**
|
||||
* @var int Entity
|
||||
*/
|
||||
public $entity;
|
||||
|
||||
public $number;
|
||||
public $date;
|
||||
public $amount;
|
||||
|
||||
@ -61,7 +61,12 @@ class Events // extends CommonObject
|
||||
|
||||
public $tms;
|
||||
public $type;
|
||||
|
||||
/**
|
||||
* @var int Entity
|
||||
*/
|
||||
public $entity;
|
||||
|
||||
public $dateevent;
|
||||
|
||||
/**
|
||||
|
||||
@ -64,6 +64,10 @@ class Fiscalyear extends CommonObject
|
||||
public $date_end;
|
||||
public $datec;
|
||||
public $statut; // 0=open, 1=closed
|
||||
|
||||
/**
|
||||
* @var int Entity
|
||||
*/
|
||||
public $entity;
|
||||
|
||||
public $statuts=array();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user