Merge pull request #22139 from defrance/patch-247

fix typo
This commit is contained in:
Laurent Destailleur 2022-09-09 16:39:56 +02:00 committed by GitHub
commit 2f4566abba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;