diff --git a/htdocs/product/stock/fiche.php b/htdocs/product/stock/fiche.php index 483a972cb63..1a7ac413f47 100644 --- a/htdocs/product/stock/fiche.php +++ b/htdocs/product/stock/fiche.php @@ -149,7 +149,7 @@ if ($_GET["action"] == 'create') print ''.$langs->trans('Town').''; print ''.$langs->trans('Country').''; - $form->select_pays($entrepot->pays_id, pays_id); + $form->select_pays($entrepot->pays_id, 'pays_id'); print ''; print ''.$langs->trans("Status").''; @@ -357,7 +357,7 @@ else print ''.$langs->trans('Town').''; print ''.$langs->trans('Country').''; - $form->select_pays($entrepot->pays_id, pays_id); + $form->select_pays($entrepot->pays_id, 'pays_id'); print ''; print ''.$langs->trans("Status").'';