Merge pull request #23333 from wdammak/patch-51

Take the correct value of the product supplier ref
This commit is contained in:
Laurent Destailleur 2022-12-26 23:32:33 +01:00 committed by GitHub
commit 0f63c83f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1627,7 +1627,7 @@ if (empty($reshook)) {
$productsupplier->fk_unit, $productsupplier->fk_unit,
0, 0,
$pu_devise, $pu_devise,
$ref_supplier, GETPOST('fourn_ref', 'alpha'),
'' ''
); );
} }