var to public

Improve code style
This commit is contained in:
Gustavo Novaro 2016-12-23 14:21:15 -03:00 committed by GitHub
parent 46a8041143
commit e71f216f16

View File

@ -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