From e3f59dea49fdda5e13f41a9b3d6e2992b72d3558 Mon Sep 17 00:00:00 2001 From: NextGestion Date: Fri, 26 Aug 2022 17:42:47 +0000 Subject: [PATCH] Fix php warning --- htdocs/adherents/class/adherent.class.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/adherents/class/adherent.class.php b/htdocs/adherents/class/adherent.class.php index 5ecf5069915..60a56efdb46 100644 --- a/htdocs/adherents/class/adherent.class.php +++ b/htdocs/adherents/class/adherent.class.php @@ -272,6 +272,10 @@ class Adherent extends CommonObject public $first_subscription_date; + public $first_subscription_date_start; + + public $first_subscription_date_end; + public $first_subscription_amount; public $last_subscription_date;