2
0
forked from Wavyzz/dolibarr

FIX add warning in the changelog

This commit is contained in:
Regis Houssin
2023-09-27 09:44:58 +02:00
parent 19e2f0c75c
commit 9eb4c93c1c
2 changed files with 3 additions and 2 deletions

View File

@@ -1172,12 +1172,11 @@ abstract class CommonObject
$error = 0;
$this->context['contact_id'] = ((int) $rowid);
$this->db->begin();
if (!$error && empty($notrigger)) {
// Call trigger
$this->context['contact_id'] = ((int) $rowid);
$result = $this->call_trigger(strtoupper($this->element).'_DELETE_CONTACT', $user);
if ($result < 0) {
$error++;