From 9def9adaf62e0c0f45a19344a1d46fc9b625c302 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 27 Feb 2006 19:00:05 +0000 Subject: [PATCH] bugfix --- htdocs/product/stock/fiche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/product/stock/fiche.php b/htdocs/product/stock/fiche.php index a7f3135c2c8..51a77a7ed73 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,$entrepot->pays_code); + $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,$entrepot->pays_code); + $form->select_pays($entrepot->pays_id,'pays_id'); print ''; print ''.$langs->trans("Status").'';