Fixing style errors.
This commit is contained in:
parent
6cfd8c6f24
commit
5524320fbc
@ -137,11 +137,11 @@ if ($action == 'presend') {
|
|||||||
$formmail->fromname = '';
|
$formmail->fromname = '';
|
||||||
$formmail->fromtype = 'special';
|
$formmail->fromtype = 'special';
|
||||||
}
|
}
|
||||||
if ($object->element === 'order_supplier' && !empty($conf->global->ORDER_SUPPLIER_EMAIL_SENDER)) {
|
if ($object->element === 'order_supplier' && !empty($conf->global->ORDER_SUPPLIER_EMAIL_SENDER)) {
|
||||||
$formmail->frommail = $conf->global->ORDER_SUPPLIER_EMAIL_SENDER;
|
$formmail->frommail = $conf->global->ORDER_SUPPLIER_EMAIL_SENDER;
|
||||||
$formmail->fromname = '';
|
$formmail->fromname = '';
|
||||||
$formmail->fromtype = 'special';
|
$formmail->fromtype = 'special';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user