Fixing style errors.

This commit is contained in:
stickler-ci 2021-06-17 16:18:55 +00:00
parent 597e8ef671
commit d4fa284f67

View File

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