mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-12 02:42:33 +01:00
More debug info
This commit is contained in:
@@ -2359,6 +2359,10 @@ abstract class CommonObject
|
||||
$this->oldcopy->$field = $oldvalue;
|
||||
}
|
||||
|
||||
if (empty($this->context['actionmsgmore'])) {
|
||||
$this->context['actionmsgmore'] = 'Trigger called by setValueFrom';
|
||||
}
|
||||
|
||||
if ($result >= 0) {
|
||||
$result = $this->call_trigger($trigkey, (!empty($fuser) && is_object($fuser)) ? $fuser : $user); // This may set this->errors
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user