Fix count

This commit is contained in:
Laurent Destailleur 2019-06-24 16:32:42 +02:00
parent b98874848f
commit ae1ad80994

View File

@ -493,9 +493,9 @@ if (! $error && $massaction == 'confirm_presend')
dol_syslog("Error in trigger ".$triggername.' '.$db->lasterror(), LOG_ERR);
}
}
}
$nbsent++; // Nb of email sent (may be lower than number of record selected if we group thirdparties)
$nbsent++; // Nb of record sent
}
}
else
{