Update factures.php

When the list is greater than $ conf-> liste_limit, no more pages are output
This commit is contained in:
javieralapps4up 2021-10-13 14:34:50 +02:00 committed by GitHub
parent f6c8932cfa
commit 230af38010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -220,6 +220,9 @@ if ($resql) {
$num = $db->num_rows($resql);
$i = 0;
if ($limit > 0 && $limit != $conf->liste_limit) {
$param.='&limit='.urlencode($limit);
}
$param = "&id=".urlencode($id);
// Lines of title fields