From 61d9e48821c9d9f3a6802c5a3df8e3f964e82435 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Fri, 20 May 2022 15:48:25 +0200 Subject: [PATCH] fix : The property other does not seem to exist on AdherentType. --- htdocs/adherents/class/adherent_type.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/adherents/class/adherent_type.class.php b/htdocs/adherents/class/adherent_type.class.php index cafc9338ae8..a438d6fb931 100644 --- a/htdocs/adherents/class/adherent_type.class.php +++ b/htdocs/adherents/class/adherent_type.class.php @@ -120,6 +120,9 @@ class AdherentType extends CommonObject /** @var array Array of members */ public $members = array(); + + /** @var string */ + public $other; public $multilangs = array();