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)