Update adherent.class.php

This commit is contained in:
Laurent Destailleur 2019-05-09 15:35:55 +02:00 committed by GitHub
parent 3ddd5110ef
commit d789004782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1280,6 +1280,7 @@ class Adherent extends CommonObject
$this->societe = $obj->company;
$this->company = $obj->company;
$this->socid = $obj->fk_soc;
$this->fk_soc = $obj->fk_soc; // For backward comaptibility
$this->address = $obj->address;
$this->zip = $obj->zip;
$this->town = $obj->town;