diff --git a/htdocs/fourn/commande/index.php b/htdocs/fourn/commande/index.php
index 5a8e0446cea..487be054e7e 100644
--- a/htdocs/fourn/commande/index.php
+++ b/htdocs/fourn/commande/index.php
@@ -63,11 +63,12 @@ if (! empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) // This is usele
{
print '
\n";
}
@@ -114,7 +115,8 @@ if ($resql)
}
$db->free($resql);
- print '';
+ print '';
+ print '
';
print '| '.$langs->trans("Statistics").' - '.$langs->trans("SuppliersOrders").' |
';
print "\n";
foreach (array(0,1,2,3,4,5,6) as $status)
@@ -148,7 +150,7 @@ if ($resql)
//print '| '.$langs->trans("Total").' ('.$langs->trans("SuppliersOrdersRunning").') | '.$totalinprocess.' |
';
print '| '.$langs->trans("Total").' | '.$total.' |
';
- print "
";
+ print "
";
}
else
{
@@ -178,6 +180,7 @@ if ($resql)
$num = $db->num_rows($resql);
$i = 0;
+ print '';
print '
';
print '| '.$langs->trans("Status").' | ';
@@ -195,7 +198,7 @@ if ($resql)
print "
\n";
$i++;
}
- print "
";
+ print "
";
$db->free($resql);
}
else
@@ -223,6 +226,7 @@ if (! empty($conf->fournisseur->enabled))
$resql=$db->query($sql);
if ($resql)
{
+ print '';
print '
';
print '';
print '| '.$langs->trans("DraftOrders").' |
';
@@ -242,7 +246,7 @@ if (! empty($conf->fournisseur->enabled))
$i++;
}
}
- print "
";
+ print "
";
}
}
@@ -268,6 +272,7 @@ if ($resql)
$num = $db->num_rows($resql);
$i = 0;
+ print '';
print '
';
print '| '.$langs->trans("UserWithApproveOrderGrant").' | ';
print "
\n";
@@ -287,7 +292,7 @@ if ($resql)
print "\n";
$i++;
}
- print "
";
+ print "
";
$db->free($resql);
}
else
@@ -319,6 +324,7 @@ $sql.= $db->plimit($max, 0);
$resql=$db->query($sql);
if ($resql)
{
+ print '';
print '
';
print '';
print '| '.$langs->trans("LastModifiedOrders", $max).' |
';
@@ -362,7 +368,7 @@ if ($resql)
$i++;
}
}
- print "
";
+ print "
";
}
else dol_print_error($db);
@@ -387,6 +393,7 @@ if ($resql)
{
$num = $db->num_rows($resql);
+print '';
print '
';
print '';
print '| '.$langs->trans("OrdersToProcess").' ('.$num.') |
';
@@ -431,7 +438,7 @@ $i++;
}
}
-print "
";
+print "
";
}
*/