bugfix ticket system warteschlange

This commit is contained in:
OpenXE 2023-06-23 15:54:33 +02:00
parent 2b2f84a020
commit 53bb9fcdf9

View File

@ -335,7 +335,7 @@ class TicketImportHelper
$queue_id = $this->mailAccount->getTicketQueueId(); $queue_id = $this->mailAccount->getTicketQueueId();
if (!empty($queue_id)) { if (!empty($queue_id)) {
$queue_label = $this->db->Select("SELECT label FROM warteschlangen WHERE id = ".$queue_id." LIMIT 1"); $queue_label = $this->db->Select("SELECT label FROM warteschlangen WHERE label = '".$queue_id."' LIMIT 1");
} }
$insertTicket = "INSERT INTO `ticket` ( $insertTicket = "INSERT INTO `ticket` (