From 732bd5d47a9a0e44575feefe6624e664bb74fd73 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 3 May 2006 13:13:08 +0000 Subject: [PATCH] =?UTF-8?q?Changement=20de=20m=E9thode=20de=20num=E9rotati?= =?UTF-8?q?on=20-=20essai=20avec=20l'hexa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/modules/commande/mod_commande_opale.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/modules/commande/mod_commande_opale.php b/htdocs/includes/modules/commande/mod_commande_opale.php index fa19139500f..fcea87eff18 100644 --- a/htdocs/includes/modules/commande/mod_commande_opale.php +++ b/htdocs/includes/modules/commande/mod_commande_opale.php @@ -82,7 +82,7 @@ class mod_commande_opale extends ModeleNumRefCommandes if ($row) { $com = substr($row[0],0,3); - $max = hexdec(substr($row[0],4,3)).(substr($row[0],8,3)) + $max = hexdec(substr($row[0],4,3)).(substr($row[0],8,3)); } /* // Si au moins un champ respectant le modèle a été trouvée