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

This commit is contained in:
Laurent Destailleur
2026-02-16 20:44:36 +01:00
4 changed files with 8 additions and 4 deletions

View File

@@ -4445,7 +4445,11 @@ abstract class CommonObject
}
}
$this->context = array_merge($this->context, array('newstatus' => $status));
if ($trigkey) {
$this->oldcopy = dol_clone($this);
// Call trigger
$result = $this->call_trigger($trigkey, $user);
if ($result < 0) {