update-incoming-version
gitea/vn-asterisk/pipeline/pr-master There was a failure building this commit Details

This commit is contained in:
David Domenech 2025-03-25 08:38:03 +00:00
parent 3207ec1ea7
commit 95716d702e
1 changed files with 1 additions and 3 deletions

View File

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