diff --git a/app/fax_queue/resources/job/fax_send.php b/app/fax_queue/resources/job/fax_send.php index c618b968d8..cf78eaa177 100644 --- a/app/fax_queue/resources/job/fax_send.php +++ b/app/fax_queue/resources/job/fax_send.php @@ -447,6 +447,7 @@ //update the database to say status to trying and set the command $array['fax_queue'][0]['fax_queue_uuid'] = $fax_queue_uuid; $array['fax_queue'][0]['domain_uuid'] = $domain_uuid; + $array['fax_queue'][0]['fax_status'] = $fax_status; $array['fax_queue'][0]['fax_notify_sent'] = true; $array['fax_queue'][0]['fax_notify_date'] = 'now()';