Skip to content
Code-Schnipsel Gruppen Projekte
Commit 5bdbf5ea erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

Merge branch 'next-2.x' into 'main'

fix: call to undefined method addStatusMail

See merge request !34
Übergeordnete 8ce78fab a5ecd6ae
No related branches found
Tags 2.0.8
3 Merge Requests!43Update 'next-3.x' with latest changes from 'main',!34fix: call to undefined method addStatusMail,!32Add QUIQQER Tooling
Pipeline #8724 bestanden mit Phase
in 51 Sekunden
......@@ -584,7 +584,10 @@ public function sendStatusChangeNotification(
try {
$Mailer->send();
$ErpEntity->addStatusMail($message);
if (method_exists($ErpEntity, 'addStatusMail')) {
$ErpEntity->addStatusMail($message);
}
} catch (\Exception $Exception) {
QUI\System\Log::writeException($Exception);
}
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren