summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-01-27 16:25:18 -0600
committerJonathan Prykop <jonathan@freeside.biz>2015-01-30 23:09:29 -0600
commit7fe9f776655a9a7fc3b93b4f0e06c8b8193834b6 (patch)
tree13ebc50262fdc958ffdc5ba62838a6e3625b630f /httemplate/misc
parente52c755594893c7998def6b930e715bf19021ff5 (diff)
RT#30613: Can't Send E-mail
Diffstat (limited to 'httemplate/misc')
-rw-r--r--httemplate/misc/email-customers.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/misc/email-customers.html b/httemplate/misc/email-customers.html
index 15926308e..c74c15b1e 100644
--- a/httemplate/misc/email-customers.html
+++ b/httemplate/misc/email-customers.html
@@ -103,7 +103,8 @@ Template:
<& /elements/tr-td-label.html, 'label' => 'From:' &>
<TD><& /elements/input-text.html,
'field' => 'from_name',
- 'value' => $conf->config('company_name', $agent_virt_agentnum), #?
+ 'value' => $conf->config('invoice_from_name', $agent_virt_agentnum) ||
+ $conf->config('company_name', $agent_virt_agentnum), #?
'size' => 20,
&>&nbsp;&lt;\
<& /elements/input-text.html,