Fixing style errors.
This commit is contained in:
parent
597e8ef671
commit
d4fa284f67
@ -549,7 +549,7 @@ class Contact extends CommonObject
|
||||
$this->fax = trim($this->fax);
|
||||
$this->zip = (empty($this->zip) ? '' : trim($this->zip));
|
||||
$this->town = (empty($this->town) ? '' : trim($this->town));
|
||||
$this->ref_ext = trim($this->ref_ext);
|
||||
$this->ref_ext = trim($this->ref_ext);
|
||||
$this->setUpperOrLowerCase();
|
||||
$this->country_id = ($this->country_id > 0 ? $this->country_id : $this->country_id);
|
||||
if (empty($this->statut)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user