diff --git a/htdocs/includes/modules/societe/mod_codeclient_tigre.php b/htdocs/includes/modules/societe/mod_codeclient_tigre.php index e3449f8dd9f..5a9dcae0d2c 100644 --- a/htdocs/includes/modules/societe/mod_codeclient_tigre.php +++ b/htdocs/includes/modules/societe/mod_codeclient_tigre.php @@ -55,7 +55,7 @@ class mod_codeclient_tigre extends ModeleThirdPartyCode function mod_codeclient_tigre() { $this->nom = "Tigre"; - $this->version = "development"; + $this->version = "experimental"; $this->code_modifiable = 0; $this->code_modifiable_invalide = 1; $this->code_modifiable_null = 1;