This commit is contained in:
Laurent Destailleur 2022-07-11 12:12:18 +02:00
parent 9f0550a38a
commit 0f221b5f7c

View File

@ -1131,6 +1131,10 @@ $line = new BookKeepingLine();
// --------------------------------------------------------------------
$i = 0;
$totalarray = array();
$totalarray['nbfield'] = 0;
$total_debit = 0;
$total_credit = 0;
while ($i < min($num, $limit)) {
$obj = $db->fetch_object($resql);
if (empty($obj)) {