diff --git a/htdocs/reception/index.php b/htdocs/reception/index.php
index 17b5cd03c06..5844365b56f 100644
--- a/htdocs/reception/index.php
+++ b/htdocs/reception/index.php
@@ -58,11 +58,12 @@ if (! empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) // This is usele
{
print '
\n";
}
/*
@@ -93,6 +94,7 @@ if ($resql)
$num = $db->num_rows($resql);
if ($num)
{
+ print '';
print '
';
print '';
print '| '.$langs->trans("ReceptionsToValidate").' |
';
@@ -116,7 +118,7 @@ if ($resql)
print '';
$i++;
}
- print "
";
+ print "
";
}
}
@@ -143,6 +145,7 @@ if ($resql)
$langs->load("orders");
$i = 0;
+ print '';
print '
';
print '';
print '| '.$langs->trans("SuppliersOrdersToProcess").' |
';
@@ -172,7 +175,7 @@ if ($resql)
print '';
$i++;
}
- print "
";
+ print "
";
}
}
@@ -203,6 +206,7 @@ if ( $resql )
if ($num)
{
$i = 0;
+ print '';
print '
';
print '';
print '| '.$langs->trans("SuppliersOrdersInProcess").' |
';
@@ -231,7 +235,7 @@ if ( $resql )
print '';
$i++;
}
- print "
";
+ print "
";
}
}
else dol_print_error($db);
@@ -263,6 +267,7 @@ if ($resql)
if ($num)
{
$i = 0;
+ print '';
print '
';
print '';
print '| '.$langs->trans("LastReceptions", $num).' |
';
@@ -289,7 +294,7 @@ if ($resql)
print '';
$i++;
}
- print "
";
+ print "
";
}
$db->free($resql);
}