This commit is contained in:
Regis Houssin 2006-05-03 13:21:19 +00:00
parent bd46a6f156
commit eed17bb46e

View File

@ -83,7 +83,7 @@ class mod_commande_opale extends ModeleNumRefCommandes
if ($row) if ($row)
{ {
$com = substr($row[0],0,3); $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 // Si au moins un champ respectant le modèle a été trouvée