Fix: la description produit n'était pas récupérée lors d'une recopie de propale existante

This commit is contained in:
Regis Houssin 2006-09-12 06:26:32 +00:00
parent 9e39bd7cdc
commit b40716dbea

View File

@ -1879,7 +1879,7 @@ class Propal extends CommonObject
{ {
$resql = $this->addline( $resql = $this->addline(
$this->id, $this->id,
$ligne->description, $ligne->desc,
$ligne->price, $ligne->price,
$ligne->qty, $ligne->qty,
$ligne->tva_tx, $ligne->tva_tx,