feat: department queues refs #6987

This commit is contained in:
Carlos Andrés 2024-03-06 17:54:15 +01:00
parent 2bbfed2d0c
commit 8c2f4c3f87
1 changed files with 1 additions and 1 deletions

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]