diff --git a/htdocs/product/stock/list.php b/htdocs/product/stock/list.php
index 15b92c83acc..c13243fc9cb 100644
--- a/htdocs/product/stock/list.php
+++ b/htdocs/product/stock/list.php
@@ -549,6 +549,11 @@ if ($num)
{
print '
';
if ($key == 'statut') print $warehouse->getLibStatut(5);
+ if ($key == 'phone')
+ {
+ print dol_print_phone($obj->phone, '', 0, $obj->rowid, 'AC_TEL');
+ }
+ elseif ($key == 'fax') print dol_print_phone($obj->fax, '', 0, $obj->rowid, 'AC_FAX');
else print $warehouse->showOutputField($val, $key, $warehouse->$key, '');
print ' | ';
if (!$i) $totalarray['nbfield']++;