Skip to content
Code-Schnipsel Gruppen Projekte
Bestätigt Commit a5ecd6ae erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: call to undefined method addStatusMail

Übergeordneter 94c35851
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
2 Merge Requests!43Update 'next-3.x' with latest changes from 'main',!34fix: call to undefined method addStatusMail
Pipeline-Nr. 8723 bestanden
......@@ -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% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren