Add domain_uuid useful for debug

This commit is contained in:
FusionPBX 2023-02-09 12:58:07 -07:00 committed by GitHub
parent 9c73670845
commit a727c4c38a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@
//get the list
$sql = "select \n";
$sql .= "d.domain_name, \n";
$sql .= "q.domain_uuid, \n";
$sql .= "q.fax_queue_uuid, \n";
$sql .= "q.fax_uuid, \n";
$sql .= "q.fax_date, \n";