Skip to content
Snippets Groups Projects
Commit 80581b29 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #1978 from atm-maxime/3.6

Fix : product list was wrong on supplier invoice because fourn_id is not fetched
parents d6c1b713 cb2744a8
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ else {
'option_disabled' => 'addPredefinedProductButton', // html id to disable once select is done
'warning' => $langs->trans("NoPriceDefinedForThisSupplier") // translation of an error saved into var 'error'
);
$form->select_produits_fournisseurs($object->fourn_id, GETPOST('idprodfournprice'), 'idprodfournprice', '', '', $ajaxoptions, 1);
$form->select_produits_fournisseurs($object->socid, GETPOST('idprodfournprice'), 'idprodfournprice', '', '', $ajaxoptions, 1);
}
echo '</span>';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment