Update report.php

This commit is contained in:
Laurent Destailleur
2024-03-13 18:15:36 +01:00
committed by GitHub
parent 0127cc76f5
commit 09b11719c4

View File

@@ -210,7 +210,7 @@ if ($resql) {
$transactionspertype = array();
$amountpertype = array();
$totalarray = array('nbfield' => 0,'pos' => array());
$totalarray = array('nbfield' => 0, 'pos' => array());
while ($i < $num) {
$objp = $db->fetch_object($resql);