mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fax Queue: Comment out add and copy buttons (#7578)
* Fax Queue: Comment out add and copy buttons * Fix fax queue copy
This commit is contained in:
@@ -281,7 +281,7 @@
|
||||
$array[$this->table][$x] = $row;
|
||||
|
||||
//add copy to the description
|
||||
$array[$this->table][$x][fax_queue.'_uuid'] = uuid();
|
||||
$array[$this->table][$x][$this->name.'_uuid'] = uuid();
|
||||
|
||||
//increment the id
|
||||
$x++;
|
||||
|
||||
Reference in New Issue
Block a user