Skip to content

Commit

Permalink
note for myself
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Bendtsen committed Dec 1, 2024
1 parent 967ceab commit e678121
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/core/class/notify.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1044,6 +1044,7 @@ public function send($notifcode, $object, $filename_list = array(), $mimetype_li
if (!$this->db->query($sql)) {
dol_print_error($this->db);
}
// 2024-11-30 JonB I probably here could create a new actioncomm object of the right kind and run it with notrigger=1
} else {
$error++;
$this->errors[] = $mailfile->error;
Expand Down

0 comments on commit e678121

Please sign in to comment.