Fix: missing id line

This commit is contained in:
Regis Houssin 2010-09-08 22:24:31 +00:00
parent 84b96126f1
commit 427f0ef325

View File

@ -939,6 +939,7 @@ class Propal extends CommonObject
$line = new PropaleLigne($this->db);
$line->rowid = $objp->rowid;
$line->product_type = $objp->product_type;
$line->desc = $objp->description; // Description ligne
$line->qty = $objp->qty;