commit
d3176ec0ed
@ -34,20 +34,20 @@ class Establishment extends CommonObject
|
|||||||
public $fk_element = 'fk_establishment';
|
public $fk_element = 'fk_establishment';
|
||||||
protected $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
|
protected $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
|
||||||
|
|
||||||
var $id;
|
public $id;
|
||||||
var $rowid;
|
public $rowid;
|
||||||
|
|
||||||
var $name;
|
public $name;
|
||||||
var $address;
|
public $address;
|
||||||
var $zip;
|
public $zip;
|
||||||
var $town;
|
public $town;
|
||||||
var $status; // 0=open, 1=closed
|
public $status; // 0=open, 1=closed
|
||||||
var $entity;
|
public $entity;
|
||||||
|
|
||||||
var $country_id;
|
public $country_id;
|
||||||
|
|
||||||
var $statuts=array();
|
public $statuts=array();
|
||||||
var $statuts_short=array();
|
public $statuts_short=array();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user