Merge pull request #4837 from hregis/3.9_order
Fix: missing model selected
This commit is contained in:
commit
dc78cc7ced
@ -2400,6 +2400,11 @@ if ($action == 'create' && $user->rights->commande->creer)
|
||||
print '</div>';
|
||||
}
|
||||
|
||||
// Select mail models is same action as presend
|
||||
if (GETPOST('modelselected')) {
|
||||
$action = 'presend';
|
||||
}
|
||||
|
||||
if ($action != 'presend')
|
||||
{
|
||||
print '<div class="fichecenter"><div class="fichehalfleft">';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user