mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Update report.php
This commit is contained in:
committed by
GitHub
parent
0127cc76f5
commit
09b11719c4
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user