From 86ff67819d5244999fa5a02393fbc80f68d9ddf8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 1 Feb 2005 17:07:42 +0000 Subject: [PATCH] =?UTF-8?q?New:=20Personalisation=20des=20services=20et=20?= =?UTF-8?q?produits=20par=20un=20picto=20diff=E9rent.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/product/price.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/htdocs/product/price.php b/htdocs/product/price.php index 86ac1f3f3a1..46c0ad5b99a 100644 --- a/htdocs/product/price.php +++ b/htdocs/product/price.php @@ -42,11 +42,7 @@ $types[0] = $langs->trans("Product"); $types[1] = $langs->trans("Service"); -if ($action == 'update') -{ - $sql = "UPDATE ".MAIN_DB_PREFIX."product SET description='$desc' where rowid = $rowid"; - $db->query($sql); -} + /* * @@ -75,7 +71,7 @@ if($product->type == 0) if ($conf->stock->enabled) { $head[$h][0] = DOL_URL_ROOT."/product/stock/product.php?id=".$product->id; - $head[$h][1] = 'Stock'; + $head[$h][1] = $langs->trans("Stock"); $h++; }