diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2017-08-22 10:36:04 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-06-20 10:10:25 -0400 |
| commit | 1050eff6d30a010c88bbd2e4aa28f1898b059ee3 (patch) | |
| tree | b3bef86dc6e0de5c20d17ce891ce00443c32f45a /httemplate/misc | |
| parent | c883d44a1e9a48505ba2427cf17d39595c38092c (diff) | |
RT# 73964 - Changed global config send-to-domain to email-to-voice_domain
Diffstat (limited to 'httemplate/misc')
| -rw-r--r-- | httemplate/misc/email-customers.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/email-customers.html b/httemplate/misc/email-customers.html index 6e37d74fc..1c756cdb9 100644 --- a/httemplate/misc/email-customers.html +++ b/httemplate/misc/email-customers.html @@ -263,7 +263,7 @@ die "access denied" my $conf = FS::Conf->new; my @no_search_fields = qw( action table from subject html_body text_body popup url ); -my $send_to_domain = $conf->config('send-to-domain'); +my $send_to_domain = $conf->config('email-to-voice_domain'); my $form_action = $opt{'form_action'} || 'email-customers.html'; my $process_url = $opt{'process_url'} || 'process/email-customers.html'; |
