diff --git a/htdocs/product/stock/fiche.php b/htdocs/product/stock/fiche.php index dcdaa77102f..56fb72acbff 100644 --- a/htdocs/product/stock/fiche.php +++ b/htdocs/product/stock/fiche.php @@ -211,7 +211,7 @@ else print ''.$langs->trans('Town').''.$entrepot->ville.''; print ''.$langs->trans('Country').''; - $entrepot->pays; + $entrepot->pays_id; print ''; print ''.$langs->trans("Status").''.$entrepot->statuts[$entrepot->statut].'';