Ajout de la ligne pour enregistrer l'email du formulaire
This commit is contained in:
parent
b65e3e4014
commit
5ae079b018
@ -224,6 +224,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