diff --git a/htdocs/product/stock/index.php b/htdocs/product/stock/index.php
index e4786ae5a5a..496d4b4f109 100644
--- a/htdocs/product/stock/index.php
+++ b/htdocs/product/stock/index.php
@@ -61,12 +61,13 @@ if (! empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) // This is usele
{
print '
";
}
@@ -85,6 +86,7 @@ if ($result)
$i = 0;
+ print '';
print '
';
print '| '.$langs->trans("Warehouses").' |
';
@@ -105,6 +107,7 @@ if ($result)
$db->free($result);
}
print "
";
+ print '
';
}
else
{
@@ -137,6 +140,7 @@ if ($resql)
{
$num = $db->num_rows($resql);
+ print '';
print '
';
print "";
print '| '.$langs->trans("LastMovements", min($num, $max)).' | ';
@@ -185,6 +189,7 @@ if ($resql)
$db->free($resql);
print "
";
+ print '
';
}
//print '';