Fix: missing property

This commit is contained in:
Laurent Destailleur 2014-07-20 15:58:05 +02:00
parent 85ccb094b4
commit 8d46b02d67

View File

@ -90,6 +90,7 @@ class Adherent extends CommonObject
var $user_login;
var $fk_soc;
var $thirdparty; // Loaded by ->fetch_thirdparty()
// Fields loaded by fetch_subscriptions()
var $first_subscription_date;