2
0
forked from Wavyzz/dolibarr

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

develop
This commit is contained in:
Laurent Destailleur
2024-06-25 11:18:31 +02:00
20 changed files with 188 additions and 116 deletions

View File

@@ -7217,7 +7217,8 @@ abstract class CommonObject
}
if (!$error) {
$parameters = array('key'=>$key);
$parameters = array('key' => $key);
global $action;
$reshook = $hookmanager->executeHooks('updateExtraFieldBeforeCommit', $parameters, $this, $action);
if ($reshook < 0) {
setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');