From 8d46b02d672c5e4109258792bcf58cc8bdcf7e26 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 20 Jul 2014 15:58:05 +0200 Subject: [PATCH] Fix: missing property --- htdocs/adherents/class/adherent.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/adherents/class/adherent.class.php b/htdocs/adherents/class/adherent.class.php index b03bff940dd50..fd30c21486d4c 100644 --- a/htdocs/adherents/class/adherent.class.php +++ b/htdocs/adherents/class/adherent.class.php @@ -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;