Merge pull request #16716 from frederic34/patch-13

fix php8 warning
This commit is contained in:
Laurent Destailleur 2021-03-16 10:30:54 +01:00 committed by GitHub
commit c84395281e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ if (!empty($conf->global->PROJECT_USE_OPPORTUNITIES)) {
$num = $db->num_rows($resql);
$i = 0;
$total = 0;
$totalnb = 0;
$totaloppnb = 0;
$totalamount = 0;