Added productchange notification ticket email

This commit is contained in:
Frank Schubert
2024-07-25 21:35:53 +02:00
parent 3a6c03414b
commit 18f5f78a8f
4 changed files with 82 additions and 2 deletions

View File

@@ -593,6 +593,8 @@ class ContractController extends mfBaseController
$this->layout()->setFlash("Konnte Verknüpfung nicht speichern", "warn");
}
$new_contract->sendProductchangeNotification($contract);
$this->layout()->setFlash("Produktwechsel erfolgreich erstellt", "success");
if($f == "o") {
$this->redirect("Order");