From ef20f7056ef8dfb5e902ddee0d4445c9319b5c8e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 13 Nov 2006 19:38:57 +0000 Subject: [PATCH] Fix: La longueur de la liste etait de 1 trop longue --- htdocs/product/stats/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/stats/facture.php b/htdocs/product/stats/facture.php index ad2c79c29ec..3807d617e35 100644 --- a/htdocs/product/stats/facture.php +++ b/htdocs/product/stats/facture.php @@ -152,7 +152,7 @@ if ($_GET["id"] || $_GET["ref"]) if ($num > 0) { $var=True; - while ($i < $num && $conf->liste_limit) + while ($i < $num && $i < $conf->liste_limit) { $objp = $db->fetch_object($result); $var=!$var;