specimens

This commit is contained in:
Frédéric FRANCE 2019-09-12 18:12:28 +02:00
parent 9f3c54e5a5
commit 62922884fe
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1
3 changed files with 16 additions and 1 deletions

View File

@ -1328,7 +1328,10 @@ class Contact extends CommonObject
$this->country_code = 'FR';
$this->country = 'France';
$this->email = 'specimen@specimen.com';
$this->skype = 'tom.hanson';
$this->skype = 'tom.hanson';
$this->socialnetworks = array(
'skype' => 'tom.hanson',
);
$this->phone_pro = '0909090901';
$this->phone_perso = '0909090902';

View File

@ -3579,6 +3579,12 @@ class Societe extends CommonObject
$this->twitter='tomhanson';
$this->facebook='tomhanson';
$this->linkedin='tomhanson';
$this->socialnetworks = array(
'skype' => 'tom.hanson',
'twitter' => 'tomhanson',
'facebook' => 'tomhanson',
'linkedin' => 'tomhanson',
);
$this->url='http://www.specimen.com';
$this->phone='0909090901';

View File

@ -2713,6 +2713,12 @@ class User extends CommonObject
$this->twitter='twitterpseudo';
$this->facebook='facebookpseudo';
$this->linkedin='linkedinpseudo';
$this->socialnetworks = array(
'skype' => 'skypepseudo',
'twitter' => 'twitterpseudo',
'facebook' => 'facebookpseudo',
'linkedin' => 'linkedinpseudo',
);
$this->office_phone='0999999999';
$this->office_fax='0999999998';
$this->user_mobile='0999999997';