update-incoming-version
gitea/vn-asterisk/pipeline/pr-master There was a failure building this commit
Details
gitea/vn-asterisk/pipeline/pr-master There was a failure building this commit
Details
This commit is contained in:
parent
3207ec1ea7
commit
95716d702e
|
@ -78,9 +78,7 @@ if ($clientId) {
|
|||
$client = $db->getObject(
|
||||
'SELECT d.pbxQueue, c.id, d.notificationEmail
|
||||
FROM vn.client c
|
||||
JOIN vn.worker w ON w.id = c.salesPersonFk
|
||||
JOIN vn.business b ON b.id = w.businessFk
|
||||
JOIN vn.department d ON d.id = b.departmentFk
|
||||
JOIN vn.department d ON d.id = c.departmentFk
|
||||
WHERE c.id= #',[$clientId]
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue