Update user_dashboard.php

This commit is contained in:
FusionPBX
2019-03-16 04:26:00 -06:00
committed by GitHub
parent 79e42aafef
commit 95d41a6455

View File

@@ -428,7 +428,7 @@
direction = 'inbound'
or direction = 'local'
)
and bridge_uuid is null
and (missed_call = true or bridge_uuid is null)
and destination_number in ('".implode("','",$assigned_extensions)."')
and (";
$x = 0;