Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur 2023-11-18 02:16:29 +01:00
commit 6227580bda

View File

@ -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;
}
}