From fb4967242ade661c1af28a8c01cae3097c795bca Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 19 Aug 2010 01:42:26 +0000 Subject: [PATCH] Minor look fix --- htdocs/product/fiche.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 '';