From d2062a0930346c4503cc85005740b6033d6c1722 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 10 Oct 2003 13:36:57 +0000 Subject: [PATCH] Elargissement de la liste des produits --- htdocs/product/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/index.php b/htdocs/product/index.php index e2c9640744f..0179a1c019d 100644 --- a/htdocs/product/index.php +++ b/htdocs/product/index.php @@ -42,7 +42,7 @@ print_titre("Produits et services"); print ''; -print '
'; +print '
'; $sql = "SELECT p.rowid, p.label, p.price, p.ref FROM llx_product as p WHERE envente=1";