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(
|
$client = $db->getObject(
|
||||||
'SELECT d.pbxQueue, c.id, d.notificationEmail
|
'SELECT d.pbxQueue, c.id, d.notificationEmail
|
||||||
FROM vn.client c
|
FROM vn.client c
|
||||||
JOIN vn.worker w ON w.id = c.salesPersonFk
|
JOIN vn.department d ON d.id = c.departmentFk
|
||||||
JOIN vn.business b ON b.id = w.businessFk
|
|
||||||
JOIN vn.department d ON d.id = b.departmentFk
|
|
||||||
WHERE c.id= #',[$clientId]
|
WHERE c.id= #',[$clientId]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue