This commit is contained in:
Regis Houssin 2006-02-15 11:44:30 +00:00
parent 411d975a35
commit 02de198ab4
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ class mod_commande_diamant extends ModeleNumRefCommandes
define("COMMANDE_DIAMANT_DELTA", 0);
}
$num = $num + COMMANDE_NEPTUNE_DELTA;
$num = $num + COMMANDE_DIAMANT_DELTA;
$y = strftime("%y",time());

View File

@ -99,7 +99,7 @@ class mod_propale_diamant extends ModeleNumRefPropales
define("PROPALE_DIAMANT_DELTA", 0);
}
$num = $num + PROPALE_NEPTUNE_DELTA;
$num = $num + PROPALE_DIAMANT_DELTA;
$y = strftime("%y",time());