Skip to content
Snippets Groups Projects
Commit b40716db authored by Regis Houssin's avatar Regis Houssin
Browse files

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

parent 9e39bd7c
No related branches found
No related tags found
No related merge requests found
......@@ -1879,7 +1879,7 @@ class Propal extends CommonObject
{
$resql = $this->addline(
$this->id,
$ligne->description,
$ligne->desc,
$ligne->price,
$ligne->qty,
$ligne->tva_tx,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment