Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
05f709c54f
@ -2861,7 +2861,7 @@ class EmailCollector extends CommonObject
|
|||||||
$result = $candidaturetocreate->create($user);
|
$result = $candidaturetocreate->create($user);
|
||||||
if ($result <= 0) {
|
if ($result <= 0) {
|
||||||
$errorforactions++;
|
$errorforactions++;
|
||||||
$this->error = 'Failed to create ticket: '.join(', ', $candidaturetocreate->errors);
|
$this->error = 'Failed to create candidature: '.join(', ', $candidaturetocreate->errors);
|
||||||
$this->errors = $candidaturetocreate->errors;
|
$this->errors = $candidaturetocreate->errors;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user