Merge pull request #23814 from jpclerc-beep/formulaire-email
FIX : Save email from the auto register form in Project module
This commit is contained in:
commit
2765c743fe
@ -222,6 +222,7 @@ if (empty($reshook) && $action == 'add') {
|
||||
} else {
|
||||
$thirdparty->name = dolGetFirstLastname(GETPOST('firstname'), GETPOST('lastname'));
|
||||
}
|
||||
$thirdparty->email = GETPOST('email');
|
||||
$thirdparty->address = GETPOST('address');
|
||||
$thirdparty->zip = GETPOST('zip');
|
||||
$thirdparty->town = GETPOST('town');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user