summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2014-02-27 15:11:54 -0500
committerJeremy Davis <jeremyd@freeside.biz>2014-02-27 15:11:54 -0500
commit6767c91fd38ea1d8e609e57f6c46c2b9da233f70 (patch)
treefe4f81cfa9c76733d1256d2d94caa6de7d20c355
parenta75e66f42a529d69d2f38a12290be29187d0d9ec (diff)
#27424 Agent virtualize the from field in email notices
-rw-r--r--httemplate/misc/email-customers.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/email-customers.html b/httemplate/misc/email-customers.html
index de800ec6d..15926308e 100644
--- a/httemplate/misc/email-customers.html
+++ b/httemplate/misc/email-customers.html
@@ -103,7 +103,7 @@ Template:
<& /elements/tr-td-label.html, 'label' => 'From:' &>
<TD><& /elements/input-text.html,
'field' => 'from_name',
- 'value' => $conf->config('company_name'), #?
+ 'value' => $conf->config('company_name', $agent_virt_agentnum), #?
'size' => 20,
&>&nbsp;&lt;\
<& /elements/input-text.html,