From eed17bb46ee8e0a85fb51e48b764640edf0aad7c Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 3 May 2006 13:21:19 +0000 Subject: [PATCH] bugfix --- 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 8861ece7484..95036196646 100644 --- a/htdocs/includes/modules/commande/mod_commande_opale.php +++ b/htdocs/includes/modules/commande/mod_commande_opale.php @@ -83,7 +83,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