This commit is contained in:
Regis Houssin 2006-06-26 15:31:48 +00:00
parent df857cedde
commit b87cb1c39f

View File

@ -125,7 +125,7 @@ class CommandeFournisseur extends Commande
{ {
$objp = $this->db->fetch_object($result); $objp = $this->db->fetch_object($result);
$ligne = new CommandeLigne(); $ligne = new CommandeFournisseurLigne();
$ligne->desc = $objp->description; // Description ligne $ligne->desc = $objp->description; // Description ligne
$ligne->qty = $objp->qty; $ligne->qty = $objp->qty;