bugfix
This commit is contained in:
parent
4d5bbcf210
commit
b247acd7e1
@ -97,7 +97,7 @@ class Livraison
|
|||||||
|
|
||||||
$commande = new Commande($this->db);
|
$commande = new Commande($this->db);
|
||||||
$commande->id = $this->commande_id;
|
$commande->id = $this->commande_id;
|
||||||
$lignes = $commande->fetch_lignes();
|
$lignes = $commande->fetch_lignes(1); //on ne prend que les produits
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user