Ticket sending works now, attachments tbd

This commit is contained in:
Xenomporio
2022-07-26 18:37:54 +02:00
parent eed061776a
commit b5caed416a
4 changed files with 211 additions and 67 deletions
@@ -147,7 +147,7 @@ class TicketImportHelper
`status` = 'neu',
`zugewiesen` = '0',
`inbearbeitung` = '0'
WHERE `schluessel` = '".$ticket_number."'";
WHERE `schluessel` LIKE '".$ticketNumber."'";
$this->db->Update($sql);
}
@@ -509,7 +509,7 @@ class TicketImportHelper
$subject,
$fromname,
$from,
'Neu', // ?
'neu',
$fromname,
$from
);