feat: department queues refs #6987
This commit is contained in:
parent
2bbfed2d0c
commit
8c2f4c3f87
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue