Skip to content

Commit

Permalink
Merge pull request #6650 from atm-arnaud/FIX_total_line_on_list_facture
Browse files Browse the repository at this point in the history
Fix total line on list facture
  • Loading branch information
eldy committed Apr 6, 2017
2 parents b44143d + 6b2d8a3 commit 44302f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/compta/facture/list.php
Expand Up @@ -551,7 +551,7 @@
$nbtotalofrecords = $db->num_rows($result);
}

$sql.= $db->plimit($limit+1,$offset);
$sql.= $db->plimit($limit,$offset);
//print $sql;

$resql = $db->query($sql);
Expand Down

0 comments on commit 44302f1

Please sign in to comment.