diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php
index 2a526b400c0..20b1f340ec4 100644
--- a/htdocs/product/fiche.php
+++ b/htdocs/product/fiche.php
@@ -1077,7 +1077,7 @@ if ($_GET["id"] || $_GET["ref"])
// Label
print '
| '.$langs->trans("Label").' | '.$product->libelle.' | ';
- $nblignes=4;
+ $nblignes=5;
if ($product->is_photo_available($conf->product->dir_output))
{
// Photo
@@ -1098,12 +1098,12 @@ if ($_GET["id"] || $_GET["ref"])
print $html->editfieldval("ProductAccountancySellCode",'productaccountancycodebuy',$product->accountancy_code_buy,'id',$product->id,$user->rights->produit->creer);
print '
';
- // Statut
+ // Status (to sell)
print '| '.$langs->trans("Status").' ('.$langs->trans("Sell").')'.' | ';
print $product->getLibStatut(2,0);
print ' |
';
- // To buy
+ // Status (to buy)
print '| '.$langs->trans("Status").' ('.$langs->trans("Buy").')'.' | ';
print $product->getLibStatut(2,1);
print ' |
';