Update list.php

This commit is contained in:
Frédéric FRANCE 2021-06-24 20:20:50 +02:00 committed by GitHub
parent aad45a8157
commit fde23632ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1322,6 +1322,11 @@ if ($resql) {
$now = dol_now();
$i = 0;
$totalarray = array();
$totalarray['nbfield'] = 0;
$totalarray['val'] = array();
$totalarray['val']['p.total_ht'] = 0;
$totalarray['val']['p.total_tva'] = 0;
$totalarray['val']['p.total_ttc'] = 0;
$typenArray = null;
while ($i < min($num, $limit)) {