mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Error in send_mail trigger is not system error
This commit is contained in:
parent
846453e94b
commit
7da1f706e5
|
|
@ -445,7 +445,7 @@ if (($action == 'send' || $action == 'relance') && ! $_POST['addfile'] && ! $_PO
|
|||
|
||||
if ($error)
|
||||
{
|
||||
dol_print_error($db);
|
||||
// error message event set by trigger interface
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user