Skip to content

Commit

Permalink
FIX invoice page list
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-arnaud committed Jun 27, 2017
1 parent a8d7764 commit 65b9b70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions htdocs/compta/facture/list.php
Expand Up @@ -551,7 +551,7 @@
$nbtotalofrecords = $db->num_rows($result);
}

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

$resql = $db->query($sql);
Expand Down Expand Up @@ -591,7 +591,6 @@

$i = 0;
print '<form method="POST" name="searchFormList" action="'.$_SERVER["PHP_SELF"].'">'."\n";

print_barre_liste($langs->trans('BillsCustomers').' '.($socid?' '.$soc->name:''),$page,$_SERVER["PHP_SELF"],$param,$sortfield,$sortorder,$massactionbutton,$num,$nbtotalofrecords,'title_accountancy.png');

if ($massaction == 'presend')
Expand Down

0 comments on commit 65b9b70

Please sign in to comment.