Change erreur
This commit is contained in:
parent
ae9582286d
commit
1795435d6b
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user