diff --git a/app/fax/fax_emails.php b/app/fax/fax_emails.php index 702d41bfcb..c49b30270b 100644 --- a/app/fax/fax_emails.php +++ b/app/fax/fax_emails.php @@ -98,6 +98,7 @@ if (sizeof($result) != 0) { $fax_email_outbound_subject_tag = $row["fax_email_outbound_subject_tag"]; $fax_email_outbound_authorized_senders = $row["fax_email_outbound_authorized_senders"]; $fax_send_greeting = $row["fax_send_greeting"]; + $fax_accountcode = $row["accountcode"]; //load default settings, then domain settings over top unset($_SESSION); @@ -384,4 +385,4 @@ function load_domain_settings($domain_uuid) { } } -?> \ No newline at end of file +?>