From 9110bd6b1a14c767943c72d884fa158f131d308f Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 8 Nov 2007 11:01:16 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20probl=E8me=20de=20num=E9rotation=20lorsq?= =?UTF-8?q?u'on=20utilisait=20la=20balise=20prefix=20Fix:=20on=20ne=20perm?= =?UTF-8?q?et=20pas=20la=20modification=20du=20prefix=20si=20on=20l'utilis?= =?UTF-8?q?e=20dans=20la=20num=E9rotation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/soc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/soc.php b/htdocs/soc.php index 6254805dcb0..a4586258aa9 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -362,7 +362,6 @@ if ($_POST["getcustomercode"] || $_POST["getsuppliercode"] || if ($modCodeClient->code_auto == 1) { print ''; - print ''; print $langs->trans('AutomaticallyGenerated').' '; } else @@ -386,7 +385,6 @@ if ($_POST["getcustomercode"] || $_POST["getsuppliercode"] || if ($modCodeFournisseur->code_auto == 1) { print ''; - print ''; print $langs->trans('AutomaticallyGenerated').' '; } else