diff --git a/htdocs/product/stats/commande.php b/htdocs/product/stats/commande.php
index 7df7597598e..29b6b6b5180 100644
--- a/htdocs/product/stats/commande.php
+++ b/htdocs/product/stats/commande.php
@@ -99,12 +99,12 @@ if ($_GET["id"] || $_GET["ref"])
print '';
// Status (to sell)
- print '
| '.$langs->trans("Status").' ('.$langs->trans("Sell").')'.' | ';
+ print ' |
| '.$langs->trans("Status").' ('.$langs->trans("Sell").')'.' | ';
print $product->getLibStatut(2,0);
print ' |
';
// Status (to buy)
- print '| '.$langs->trans("Status").' ('.$langs->trans("Buy").')'.' | ';
+ print ' |
| '.$langs->trans("Status").' ('.$langs->trans("Buy").')'.' | ';
print $product->getLibStatut(2,1);
print ' |
';
diff --git a/htdocs/product/stats/commande_fournisseur.php b/htdocs/product/stats/commande_fournisseur.php
index 98da716d6d0..384b3ee0c8f 100644
--- a/htdocs/product/stats/commande_fournisseur.php
+++ b/htdocs/product/stats/commande_fournisseur.php
@@ -94,12 +94,12 @@ if ($_GET["id"] || $_GET["ref"])
print '| '.$langs->trans("Label").' | '.$product->libelle.' |
';
// Status (to sell)
- print '| '.$langs->trans("Status").' ('.$langs->trans("Sell").')'.' | ';
+ print ' |
| '.$langs->trans("Status").' ('.$langs->trans("Sell").')'.' | ';
print $product->getLibStatut(2,0);
print ' |
';
// Status (to buy)
- print '| '.$langs->trans("Status").' ('.$langs->trans("Buy").')'.' | ';
+ print ' |
| '.$langs->trans("Status").' ('.$langs->trans("Buy").')'.' | ';
print $product->getLibStatut(2,1);
print ' |
';
diff --git a/htdocs/product/stats/contrat.php b/htdocs/product/stats/contrat.php
index e83fca70817..04087e907b0 100644
--- a/htdocs/product/stats/contrat.php
+++ b/htdocs/product/stats/contrat.php
@@ -99,12 +99,12 @@ if ($_GET["id"] || $_GET["ref"])
print '';
// Status (to sell)
- print '| '.$langs->trans("Status").' ('.$langs->trans("Sell").')'.' | ';
+ print ' |
| '.$langs->trans("Status").' ('.$langs->trans("Sell").')'.' | ';
print $product->getLibStatut(2,0);
print ' |
';
// Status (to buy)
- print '| '.$langs->trans("Status").' ('.$langs->trans("Buy").')'.' | ';
+ print ' |
| '.$langs->trans("Status").' ('.$langs->trans("Buy").')'.' | ';
print $product->getLibStatut(2,1);
print ' |
';
diff --git a/htdocs/product/stats/facture.php b/htdocs/product/stats/facture.php
index 0fe1f25f899..e11bd1a4189 100644
--- a/htdocs/product/stats/facture.php
+++ b/htdocs/product/stats/facture.php
@@ -101,12 +101,12 @@ if ($_GET["id"] || $_GET["ref"])
print '';
// Status (to sell)
- print '| '.$langs->trans("Status").' ('.$langs->trans("Sell").')'.' | ';
+ print ' |
| '.$langs->trans("Status").' ('.$langs->trans("Sell").')'.' | ';
print $product->getLibStatut(2,0);
print ' |
';
// Status (to buy)
- print '| '.$langs->trans("Status").' ('.$langs->trans("Buy").')'.' | ';
+ print ' |
| '.$langs->trans("Status").' ('.$langs->trans("Buy").')'.' | ';
print $product->getLibStatut(2,1);
print ' |
';
diff --git a/htdocs/product/stats/facture_fournisseur.php b/htdocs/product/stats/facture_fournisseur.php
index 570e1024066..b345002e3aa 100644
--- a/htdocs/product/stats/facture_fournisseur.php
+++ b/htdocs/product/stats/facture_fournisseur.php
@@ -102,12 +102,12 @@ if ($_GET["id"] || $_GET["ref"])
print '';
// Status (to sell)
- print '| '.$langs->trans("Status").' ('.$langs->trans("Sell").')'.' | ';
+ print ' |
| '.$langs->trans("Status").' ('.$langs->trans("Sell").')'.' | ';
print $product->getLibStatut(2,0);
print ' |
';
// Status (to buy)
- print '| '.$langs->trans("Status").' ('.$langs->trans("Buy").')'.' | ';
+ print ' |
| '.$langs->trans("Status").' ('.$langs->trans("Buy").')'.' | ';
print $product->getLibStatut(2,1);
print ' |
';
diff --git a/htdocs/product/stats/propal.php b/htdocs/product/stats/propal.php
index ac11a4f83cf..c9081efc2d3 100644
--- a/htdocs/product/stats/propal.php
+++ b/htdocs/product/stats/propal.php
@@ -96,12 +96,12 @@ if ($_GET["id"] || $_GET["ref"])
print '';
// Status (to sell)
- print '| '.$langs->trans("Status").' ('.$langs->trans("Sell").')'.' | ';
+ print ' |
| '.$langs->trans("Status").' ('.$langs->trans("Sell").')'.' | ';
print $product->getLibStatut(2,0);
print ' |
';
// Status (to buy)
- print '| '.$langs->trans("Status").' ('.$langs->trans("Buy").')'.' | ';
+ print ' |
| '.$langs->trans("Status").' ('.$langs->trans("Buy").')'.' | ';
print $product->getLibStatut(2,1);
print ' |
';