Fix bad var
This commit is contained in:
parent
5341c7a4a1
commit
de9c123595
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user