Merge pull request #19208 from Quentin-Seekness/patch-1

FIX: Can't create new attendee
This commit is contained in:
Laurent Destailleur 2021-10-31 17:33:42 +01:00 committed by GitHub
commit b513d21bca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,6 +268,7 @@ if (empty($reshook) && $action == 'add' && (!empty($conference->id) && $conferen
} else {
// Need to create a confattendee
$confattendee->date_creation = dol_now();
$confattendee->date_subscription = dol_now();
$confattendee->email = $email;
$confattendee->fk_project = $project->id;
$confattendee->fk_actioncomm = $id;