Update factures.php
When the list is greater than $ conf-> liste_limit, no more pages are output
This commit is contained in:
parent
f6c8932cfa
commit
230af38010
@ -220,6 +220,9 @@ if ($resql) {
|
|||||||
$num = $db->num_rows($resql);
|
$num = $db->num_rows($resql);
|
||||||
$i = 0;
|
$i = 0;
|
||||||
|
|
||||||
|
if ($limit > 0 && $limit != $conf->liste_limit) {
|
||||||
|
$param.='&limit='.urlencode($limit);
|
||||||
|
}
|
||||||
$param = "&id=".urlencode($id);
|
$param = "&id=".urlencode($id);
|
||||||
|
|
||||||
// Lines of title fields
|
// Lines of title fields
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user