Update list.php

This commit is contained in:
Frédéric FRANCE 2021-06-10 20:55:00 +02:00 committed by GitHub
parent 3f40a65f26
commit 86eea2c4fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1501,6 +1501,10 @@ if ($resql) {
if ($num > 0) {
$i = 0;
$totalarray = array();
$totalarray['nbfield'] = 0;
$totalarray['val'] = array();
$totalarray['val']['f.total_ht'] = 0;
$totalarray['val']['f.total_ttc'] = 0;
while ($i < min($num, $limit)) {
$obj = $db->fetch_object($resql);