From 210410775982614150ee25f26c0d4e1e22c8d353 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 20 Jan 2023 17:38:47 +0100 Subject: [PATCH] Fix warnings --- htdocs/societe/class/societe.class.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php index 12a82c44180..01a72c6c7f3 100644 --- a/htdocs/societe/class/societe.class.php +++ b/htdocs/societe/class/societe.class.php @@ -784,6 +784,10 @@ class Societe extends CommonObject */ public $multicurrency_code; + /** + * @var string Set if company email found into unsubscribe of emailing list table + */ + public $no_email; // Fields loaded by fetchPartnerships()