Fix bad var

This commit is contained in:
Laurent Destailleur 2022-09-09 16:40:53 +02:00
parent 5341c7a4a1
commit de9c123595

View File

@ -2917,7 +2917,7 @@ class SupplierProposalLine extends CommonObjectLine
$this->product_label = $objp->product_label;
$this->product_desc = $objp->product_desc;
$this->ref_fourn = $objp->ref_produit_forun;
$this->ref_fourn = $objp->ref_produit_fourn;
// Multicurrency
$this->fk_multicurrency = $objp->fk_multicurrency;