From 17297a26346ea2c6ad2373d908d66c0ae1c2efc9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 3 Oct 2005 10:42:52 +0000 Subject: [PATCH] =?UTF-8?q?Patch=20christophe=20pour=20=E9viter=20wrap=20s?= =?UTF-8?q?ur=20ref=20produit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/product/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/product/index.php b/htdocs/product/index.php index 17ca8ee616e..e061a65e567 100644 --- a/htdocs/product/index.php +++ b/htdocs/product/index.php @@ -139,13 +139,13 @@ if ($result) $objp = $db->fetch_object( $i); $var=!$var; print ""; - print "rowid\">"; + print ''; if ($objp->fk_product_type) print img_object($langs->trans("ShowService"),"service"); else print img_object($langs->trans("ShowProduct"),"product"); print " rowid\">$objp->ref\n"; print "$objp->label"; print "".$typeprodser[$objp->fk_product_type].""; - print ''.($objp->envente?$langs->trans("OnSell"):$langs->trans("NotOnSell")).""; + print ''.($objp->envente?$langs->trans("OnSell"):$langs->trans("NotOnSell")).""; print "\n"; $i++; }