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