This commit is contained in:
Regis Houssin 2006-05-31 08:20:32 +00:00
parent 4d5bbcf210
commit b247acd7e1

View File

@ -97,7 +97,7 @@ class Livraison
$commande = new Commande($this->db);
$commande->id = $this->commande_id;
$lignes = $commande->fetch_lignes();
$lignes = $commande->fetch_lignes(1); //on ne prend que les produits
/*