Renommage du statut produit en statut plutot que envente
This commit is contained in:
parent
b0dcf70b0d
commit
dbae8e40b0
@ -61,7 +61,7 @@ for ($s = 0 ; $s < GEN_NUMBER_PRODUIT ; $s++)
|
||||
print "Produit $s\n";
|
||||
$produit = new Product($db);
|
||||
$produit->type = rand(0,1);
|
||||
$produit->envente = 1;
|
||||
$produit->status = 1;
|
||||
$produit->ref = 'P'.time().$s;
|
||||
$produit->libelle = 'Label '.time().$s;
|
||||
$produit->description = 'Description '.time().$s;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user