Merge pull request #17764 from Hystepik/develop#3

Fix of a bug on mass mailing
This commit is contained in:
Laurent Destailleur 2021-06-04 12:32:48 +02:00 committed by GitHub
commit 5a3d7663d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -409,7 +409,7 @@ if (empty($reshook)) {
dol_syslog($db->error());
dol_print_error($db);
}
$object->fetch($id);
$action = '';
}
}