Code style
var to public
This commit is contained in:
parent
5d94c8ddac
commit
5a7c20e897
@ -41,61 +41,61 @@ class Contact extends CommonObject
|
|||||||
public $table_element='socpeople';
|
public $table_element='socpeople';
|
||||||
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 $civility_id; // In fact we store civility_code
|
public $civility_id; // In fact we store civility_code
|
||||||
var $civility_code;
|
public $civility_code;
|
||||||
var $address;
|
public $address;
|
||||||
var $zip;
|
public $zip;
|
||||||
var $town;
|
public $town;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated
|
* @deprecated
|
||||||
* @see state_id
|
* @see state_id
|
||||||
*/
|
*/
|
||||||
var $fk_departement;
|
public $fk_departement;
|
||||||
/**
|
/**
|
||||||
* @deprecated
|
* @deprecated
|
||||||
* @see state_code
|
* @see state_code
|
||||||
*/
|
*/
|
||||||
var $departement_code;
|
public $departement_code;
|
||||||
/**
|
/**
|
||||||
* @deprecated
|
* @deprecated
|
||||||
* @see state
|
* @see state
|
||||||
*/
|
*/
|
||||||
var $departement;
|
public $departement;
|
||||||
var $state_id; // Id of department
|
public $state_id; // Id of department
|
||||||
var $state_code; // Code of department
|
public $state_code; // Code of department
|
||||||
var $state; // Label of department
|
public $state; // Label of department
|
||||||
|
|
||||||
var $poste; // Position
|
public $poste; // Position
|
||||||
|
|
||||||
var $socid; // fk_soc
|
public $socid; // fk_soc
|
||||||
var $statut; // 0=inactif, 1=actif
|
public $statut; // 0=inactif, 1=actif
|
||||||
|
|
||||||
var $code;
|
public $code;
|
||||||
var $email;
|
public $email;
|
||||||
var $skype;
|
public $skype;
|
||||||
var $photo;
|
public $photo;
|
||||||
var $jabberid;
|
public $jabberid;
|
||||||
var $phone_pro;
|
public $phone_pro;
|
||||||
var $phone_perso;
|
public $phone_perso;
|
||||||
var $phone_mobile;
|
public $phone_mobile;
|
||||||
var $fax;
|
public $fax;
|
||||||
|
|
||||||
var $priv;
|
public $priv;
|
||||||
|
|
||||||
var $birthday;
|
public $birthday;
|
||||||
var $default_lang;
|
public $default_lang;
|
||||||
var $no_email; // 1=Don't send e-mail to this contact, 0=do
|
public $no_email; // 1=Don't send e-mail to this contact, 0=do
|
||||||
|
|
||||||
var $ref_facturation; // Nb de reference facture pour lequel il est contact
|
public $ref_facturation; // Reference number of invoice for which it is contact
|
||||||
var $ref_contrat; // Nb de reference contrat pour lequel il est contact
|
public $ref_contrat; // Nb de reference contrat pour lequel il est contact
|
||||||
var $ref_commande; // Nb de reference commande pour lequel il est contact
|
public $ref_commande; // Nb de reference commande pour lequel il est contact
|
||||||
var $ref_propal; // Nb de reference propal pour lequel il est contact
|
public $ref_propal; // Nb de reference propal pour lequel il est contact
|
||||||
|
|
||||||
var $user_id;
|
public $user_id;
|
||||||
var $user_login;
|
public $user_login;
|
||||||
|
|
||||||
var $oldcopy; // To contains a clone of this when we need to save old properties of object
|
public $oldcopy; // To contains a clone of this when we need to save old properties of object
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user