From 3b98685557e54d5d09f339b0135f21c175750cd4 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Sat, 21 May 2022 22:52:27 +0200 Subject: [PATCH] fix : The property siren does not seem to exist on Societe --- htdocs/societe/class/societe.class.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php index 686c301af79..0078c86245f 100644 --- a/htdocs/societe/class/societe.class.php +++ b/htdocs/societe/class/societe.class.php @@ -408,6 +408,14 @@ class Societe extends CommonObject */ public $idprof1; + /** + * @var string Professional ID 1 + * @deprecated + * @see $idprof1 + */ + public $siren; + + /** * Professional ID 2 (Ex: Siret in France) * @var string