2
0
forked from Wavyzz/dolibarr

Changement de mthode de numrotation - essai avec l'hexa

This commit is contained in:
Regis Houssin
2006-05-03 13:13:08 +00:00
parent 93ccd02a21
commit 732bd5d47a

View File

@@ -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<6F>le a <20>t<EFBFBD> trouv<75>e