Fix: la description produit n'était pas récupérée lors d'une recopie de propale existante
This commit is contained in:
parent
9e39bd7cdc
commit
b40716dbea
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user