Change erreur

This commit is contained in:
Anthony Berton 2021-02-18 08:45:48 +01:00
parent ae9582286d
commit 1795435d6b

View File

@ -627,7 +627,6 @@ class Adherent extends CommonObject
$this->address = ($this->address ? $this->address : $this->address);
$this->zip = ($this->zip ? $this->zip : $this->zip);
$this->town = ($this->town ? $this->town : $this->town);
$this->setUpperOrLowerCase();
$this->country_id = ($this->country_id > 0 ? $this->country_id : $this->country_id);
$this->state_id = ($this->state_id > 0 ? $this->state_id : $this->state_id);
$this->setUpperOrLowerCase();