Fix adherent class mistake

This commit is contained in:
fhenry 2013-04-26 16:53:22 +02:00
parent 5d8e541292
commit e76f997ded

View File

@ -1103,7 +1103,7 @@ class Adherent extends CommonObject
if (count($extralabels)>0) {
$this->fetch_optionals($this->id,$extralabels);
}
$result=$this->fetch_optionals($this->id);
// Load other properties
$result=$this->fetch_subscriptions();