diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php
index 042ce192f2c..fc30b4aba03 100644
--- a/htdocs/product/fiche.php
+++ b/htdocs/product/fiche.php
@@ -756,7 +756,6 @@ if ($_GET["id"] && $_GET["action"] == '' && $product->status)
if ($result)
{
$num = $db->num_rows($result);
- print '
';
$db->free($result);
}
@@ -866,7 +866,6 @@ if ($_GET["id"] && $_GET["action"] == '' && $product->status)
{
$num = $db->num_rows($result);
$var=true;
- print '';
$db->free($result);
}
@@ -969,7 +969,6 @@ if ($_GET["id"] && $_GET["action"] == '' && $product->status)
{
$num = $db->num_rows($result);
$var=true;
- print '';
$db->free($result);
}
else
@@ -1028,7 +1027,6 @@ if ($_GET["id"] && $_GET["action"] == '' && $product->status)
{
$num = $db->num_rows($result);
$var=true;
- print '';
$db->free($result);
}
else