6987-department-queues #2

Merged
carlosap merged 2 commits from 6987-department-queues into master 2024-03-06 17:02:58 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8c2f4c3f87 - Show all commits

View File

@ -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]