Update adherent.class.php

This commit is contained in:
ptibogxiv
2019-05-09 13:42:32 +02:00
committed by GitHub
parent 18071fb238
commit 3ddd5110ef

View File

@@ -1279,7 +1279,7 @@ class Adherent extends CommonObject
$this->login = $obj->login;
$this->societe = $obj->company;
$this->company = $obj->company;
$this->fk_soc = $obj->fk_soc;
$this->socid = $obj->fk_soc;
$this->address = $obj->address;
$this->zip = $obj->zip;
$this->town = $obj->town;