diff --git a/htdocs/compta/facture/list.php b/htdocs/compta/facture/list.php index b2b95d74963c2c81facc4be587e6098ba1e65465..14a5c484e8cbfa11564825fc6d3d52694d62bded 100644 --- a/htdocs/compta/facture/list.php +++ b/htdocs/compta/facture/list.php @@ -551,7 +551,7 @@ if (empty($conf->global->MAIN_DISABLE_FULL_SCANLIST)) $nbtotalofrecords = $db->num_rows($result); } -$sql.= $db->plimit($limit+1,$offset); +$sql.= $db->plimit($limit,$offset); //print $sql; $resql = $db->query($sql);