mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
Bugfix ticket system ticket to self
This commit is contained in:
parent
9a721758a9
commit
0b4be37433
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user