Fix: uniformise and clean code

This commit is contained in:
Regis Houssin
2010-03-11 14:31:16 +00:00
parent 2dc31fa613
commit 6822a1b18b
29 changed files with 167 additions and 168 deletions

View File

@@ -160,7 +160,7 @@ for ($s = 0 ; $s < GEN_NUMBER_COMMANDE ; $s++)
$com->date_commande = $dates[rand(1, sizeof($dates)-1)];
$com->note = $_POST["note"];
$com->source = 1;
$com->projetid = 0;
$com->fk_project = 0;
$com->remise_percent = 0;
$nbp = rand(2, 5);