From 5d3f8688c269e1ccae06973b6977cd1df232539f Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 7 Nov 2007 13:09:03 +0000 Subject: [PATCH] le modele tigre passe en experimental --- htdocs/includes/modules/societe/mod_codeclient_tigre.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;