From af1a9c4e56903ca076e3896b10b9d09733d24c7a Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 27 Feb 2006 19:02:03 +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 51a77a7ed73..dcdaa77102f 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").'';