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:
Alex
2025-10-16 12:09:13 -07:00
committed by GitHub
parent 914386e00f
commit ad255c0057
2 changed files with 20 additions and 20 deletions

View File

@@ -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++;