diff --git a/htdocs/product/stock/list.php b/htdocs/product/stock/list.php
index c13243fc9cb..74c2c21cadf 100644
--- a/htdocs/product/stock/list.php
+++ b/htdocs/product/stock/list.php
@@ -549,12 +549,15 @@ if ($num)
{
print '
';
if ($key == 'statut') print $warehouse->getLibStatut(5);
- if ($key == 'phone')
- {
+ 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, '');
+ 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']++;
if (!empty($val['isameasure']))