mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fix fax queue selection not sending list and some french translation. (#6565)
* Fix sending selected faxes from the queue * Fix some french translations --------- Co-authored-by: Daniel <git@myrandor.com>
This commit is contained in:
@@ -53,6 +53,11 @@
|
||||
$search = strtolower($_REQUEST["search"]);
|
||||
}
|
||||
|
||||
//get the fax_queue item checked
|
||||
if (isset($_REQUEST['fax_queue'])) {
|
||||
$fax_queue = $_REQUEST['fax_queue'];
|
||||
}
|
||||
|
||||
//process the http post data by action
|
||||
if ($action != '' && is_array($fax_queue) && @sizeof($fax_queue) != 0) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user