Fix: missing model selected

This commit is contained in:
Regis Houssin 2016-03-17 15:56:03 +01:00
parent 1ded08abef
commit 2642b710ea

View File

@ -2400,6 +2400,11 @@ if ($action == 'create' && $user->rights->commande->creer)
print '</div>'; print '</div>';
} }
// Select mail models is same action as presend
if (GETPOST('modelselected')) {
$action = 'presend';
}
if ($action != 'presend') if ($action != 'presend')
{ {
print '<div class="fichecenter"><div class="fichehalfleft">'; print '<div class="fichecenter"><div class="fichehalfleft">';