diff --git a/htdocs/product/stock/mouvement.php b/htdocs/product/stock/mouvement.php index f8135b69566..5b7b56d6720 100644 --- a/htdocs/product/stock/mouvement.php +++ b/htdocs/product/stock/mouvement.php @@ -236,9 +236,12 @@ if ($resql) // Country print ''.$langs->trans('Country').''; - $img=picto_from_langcode($entrepot->country_code); - print ($img?$img.' ':''); - print $entrepot->country; + if (! empty($entrepot->country_code)) + { + $img=picto_from_langcode($entrepot->country_code); + print ($img?$img.' ':''); + print $entrepot->country; + } print ''; // Status