mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
6227580bda
|
|
@ -3539,7 +3539,7 @@ abstract class CommonObject
|
|||
$trigger_name = strtoupper($this->element) . '_MODIFY';
|
||||
}
|
||||
$ret = $this->call_trigger($trigger_name, $user);
|
||||
if($ret < 0 ) {
|
||||
if ($ret < 0) {
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user