mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Only display missing appointments where not assigned to an operator
This commit is contained in:
@@ -332,6 +332,7 @@ else {
|
||||
AND (qsq.quota_reached IS NULL OR qsq.quota_reached != 1 )
|
||||
AND (qsqr.quota_reached IS NULL OR qsqr.quota_reached != 1)
|
||||
AND co.operator_id = '$operator_id'
|
||||
AND c.current_operator_id IS NULL
|
||||
GROUP BY a.appointment_id
|
||||
ORDER BY a.start ASC";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user