Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
953f7371
Commit
953f7371
authored
8 years ago
by
Laurent Destailleur
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #6406 from gnovaro/patch-4
Code style
parents
2801c6e0
5a7c20e8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/contact/class/contact.class.php
+34
-34
34 additions, 34 deletions
htdocs/contact/class/contact.class.php
with
34 additions
and
34 deletions
htdocs/contact/class/contact.class.php
+
34
−
34
View file @
953f7371
...
...
@@ -41,61 +41,61 @@ class Contact extends CommonObject
public
$table_element
=
'socpeople'
;
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
var
$civility_code
;
var
$address
;
var
$zip
;
var
$town
;
public
$civility_id
;
// In fact we store civility_code
public
$civility_code
;
public
$address
;
public
$zip
;
public
$town
;
/**
* @deprecated
* @see state_id
*/
var
$fk_departement
;
public
$fk_departement
;
/**
* @deprecated
* @see state_code
*/
var
$departement_code
;
public
$departement_code
;
/**
* @deprecated
* @see state
*/
var
$departement
;
var
$state_id
;
// Id of department
var
$state_code
;
// Code of department
var
$state
;
// Label of department
public
$departement
;
public
$state_id
;
// Id of department
public
$state_code
;
// Code of department
public
$state
;
// Label of department
var
$poste
;
// Position
public
$poste
;
// Position
var
$socid
;
// fk_soc
var
$statut
;
// 0=inactif, 1=actif
public
$socid
;
// fk_soc
public
$statut
;
// 0=inactif, 1=actif
var
$code
;
var
$email
;
var
$skype
;
var
$photo
;
var
$jabberid
;
var
$phone_pro
;
var
$phone_perso
;
var
$phone_mobile
;
var
$fax
;
public
$code
;
public
$email
;
public
$skype
;
public
$photo
;
public
$jabberid
;
public
$phone_pro
;
public
$phone_perso
;
public
$phone_mobile
;
public
$fax
;
var
$priv
;
public
$priv
;
var
$birthday
;
var
$default_lang
;
var
$no_email
;
// 1=Don't send e-mail to this contact, 0=do
public
$birthday
;
public
$default_lang
;
public
$no_email
;
// 1=Don't send e-mail to this contact, 0=do
var
$ref_facturation
;
//
Nb de r
eference
facture pour lequel il est
contact
var
$ref_contrat
;
// Nb de reference contrat pour lequel il est contact
var
$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_facturation
;
//
R
eference
number of invoice for which it is
contact
public
$ref_contrat
;
// Nb de reference contrat pour lequel il est contact
public
$ref_commande
;
// Nb de reference commande pour lequel il est contact
public
$ref_propal
;
// Nb de reference propal pour lequel il est contact
var
$user_id
;
var
$user_login
;
public
$user_id
;
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
/**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment