From d0bb4107dd47c73bbbf41b3f561d57082d865152 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 16 Jun 2007 13:06:06 +0000 Subject: [PATCH] Gestion des la precision decimals sur les prix unitaires des produits. --- htdocs/product/price.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/price.php b/htdocs/product/price.php index 8254749990b..197db275197 100644 --- a/htdocs/product/price.php +++ b/htdocs/product/price.php @@ -294,7 +294,7 @@ else $sql .= " AND p.fk_user_author = u.rowid"; $sql .= " ORDER BY p.date_price DESC "; } -//$sql .= $db->plimit(); +$sql .= $db->plimit(); $result = $db->query($sql) ; if ($result)