From 8c2f4c3f87ff36acf833acdc629be7d28f30ea24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Andr=C3=A9s?= Date: Wed, 6 Mar 2024 17:54:15 +0100 Subject: [PATCH] feat: department queues refs #6987 --- incoming.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incoming.php b/incoming.php index cb5f793..e89de49 100755 --- a/incoming.php +++ b/incoming.php @@ -64,7 +64,7 @@ if ($client) { $extension = $db->getValue( 'SELECT d.pbxQueue - FROM vn.worker w + FROM vn.worker w JOIN vn.business b ON b.id = w.businessFk JOIN vn.department d ON d.id = b.departmentFk WHERE w.id = #',[$client]