Ajout de la ligne pour enregistrer l'email du formulaire
This commit is contained in:
parent
2f6a68481f
commit
f497299732
@ -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