bugfix
This commit is contained in:
parent
411d975a35
commit
02de198ab4
@ -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());
|
||||
|
||||
|
||||
@ -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());
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user