FIX - Send mail from contact : select mail model

This commit is contained in:
atm-lena 2020-09-16 17:19:25 +02:00
parent e1d117b52d
commit 3182537566

View File

@ -1176,6 +1176,11 @@ else
}
}
// Select mail models is same action as presend
if (GETPOST('modelselected', 'alpha')) {
$action = 'presend';
}
if (! empty($id) && $action != 'edit' && $action != 'create')
{
$objsoc = new Societe($db);