Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
f333fb3b7d
@ -479,7 +479,10 @@ if ($action == 'confirm_valid')
|
|||||||
$error++;
|
$error++;
|
||||||
setEventMessages(null, $object->errors, 'errors');
|
setEventMessages(null, $object->errors, 'errors');
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (! $error)
|
||||||
|
{
|
||||||
// To
|
// To
|
||||||
$destinataire = new User($db);
|
$destinataire = new User($db);
|
||||||
$destinataire->fetch($object->fk_user);
|
$destinataire->fetch($object->fk_user);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user