From 9b06115028a571a42fe850ec5f7cf649d34af240 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 18 Sep 2007 20:48:31 +0000 Subject: [PATCH] =?UTF-8?q?D=E9but=20ajout=20du=20mod=E8le=20personnalisab?= =?UTF-8?q?le=20"tigre"=20avec=20num=E9rotation=20automatique=20pour=20les?= =?UTF-8?q?=20codes=20clients=20et=20fournisseurs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 59fc21f94eb..f2a51d94df5 100644 --- a/htdocs/includes/modules/societe/mod_codeclient_tigre.php +++ b/htdocs/includes/modules/societe/mod_codeclient_tigre.php @@ -116,7 +116,7 @@ class mod_codeclient_tigre extends ModeleThirdPartyCode } else { - $example = $this->getNextValue($objsoc,1);//."
".$this->getNextValue($objsoc,2); + $example = $this->getNextValue($objsoc,1)."
".$this->getNextValue($objsoc,2); } return $example; }