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:
Daniel C
2023-02-28 02:00:51 -05:00
committed by GitHub
parent bc7b6d9529
commit c57f8fee22
3 changed files with 19 additions and 14 deletions

View File

@@ -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) {