mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
fix typo
This commit is contained in:
parent
a079fb3fec
commit
9476ae002f
|
|
@ -2950,7 +2950,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