From 0b4be37433cbc6493a5c24617529c4cf0efeaa21 Mon Sep 17 00:00:00 2001 From: OpenXE <> Date: Mon, 16 Jan 2023 18:37:32 +0100 Subject: [PATCH] Bugfix ticket system ticket to self --- www/pages/ticket.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/pages/ticket.php b/www/pages/ticket.php index c1e4ba51..64d4b0d7 100644 --- a/www/pages/ticket.php +++ b/www/pages/ticket.php @@ -680,6 +680,9 @@ class Ticket { switch ($submit) { case 'neue_email': + $senderName = $this->app->User->GetName()." (".$this->app->erp->GetFirmaAbsender().")"; + $senderAddress = $this->app->erp->GetFirmaMail(); + if (empty($drafted_messages)) { // Create new message and save it for editing