From e17fc383fa148fd345a561f5960eb2abcae49fbd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 28 Jun 2023 12:36:08 +0200 Subject: [PATCH] Fix warning --- htdocs/core/modules/societe/mod_codeclient_monkey.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/htdocs/core/modules/societe/mod_codeclient_monkey.php b/htdocs/core/modules/societe/mod_codeclient_monkey.php index 19a5309a374..4cb09eefd0a 100644 --- a/htdocs/core/modules/societe/mod_codeclient_monkey.php +++ b/htdocs/core/modules/societe/mod_codeclient_monkey.php @@ -68,9 +68,6 @@ class mod_codeclient_monkey extends ModeleThirdPartyCode */ public function __construct() { - $this->nom = "Monkey"; - $this->name = "Monkey"; - $this->version = "dolibarr"; $this->code_null = 1; $this->code_modifiable = 1; $this->code_modifiable_invalide = 1;