diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2017-08-22 10:36:04 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-06-12 13:46:20 -0400 |
| commit | 20662e6bb4ef329b4be8d53ed2a3968d2e35f4a1 (patch) | |
| tree | 5eee98f178047cdce728f0ff6cf7cdb12fc30a64 /httemplate | |
| parent | 91681d4c4832030a86e8565d7ec2c46c94eebc8d (diff) | |
RT# 73964 - Changed global config send-to-domain to email-to-voice_domain
Diffstat (limited to 'httemplate')
| -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 53229ae0b..445ede248 100644 --- a/httemplate/misc/email-customers.html +++ b/httemplate/misc/email-customers.html @@ -272,7 +272,7 @@ die "access denied" my $conf = FS::Conf->new; my @no_search_fields = qw( 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'; |
