Renommage du statut produit en statut plutot que envente

This commit is contained in:
Laurent Destailleur 2006-03-17 00:26:22 +00:00
parent b0dcf70b0d
commit dbae8e40b0

View File

@ -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;