Merge pull request #19208 from Quentin-Seekness/patch-1
FIX: Can't create new attendee
This commit is contained in:
commit
b513d21bca
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user