From 92e9e1447f54c87b7eb5fb6dea25d72b9c80d059 Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Thu, 12 Aug 2010 16:28:48 +0000 Subject: [PATCH] Task #9643: Works in Products --- htdocs/product/fiche.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index 7a61c7ae7a1..02a79edb0ee 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -675,7 +675,7 @@ if ($_GET["action"] == 'create' && ($user->rights->produit->creer || $user->righ // To buy print ''.$langs->trans("Status").' ('.$langs->trans("Buy").')'.''; - $statutarray=array('1' => $langs->trans("OnSell"), '0' => $langs->trans("NotOnSell")); + $statutarray=array('1' => $langs->trans("ProductStatusOnBuy"), '0' => $langs->trans("ProductStatusNotOnBuy")); $html->select_array('statut_buy',$statutarray,$_POST["statut_buy"]); print ''; @@ -910,13 +910,13 @@ if ($_GET["id"] || $_GET["ref"]) print ''; print '';