forked from Wavyzz/dolibarr
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user