summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2014-02-27 15:10:33 -0500
committerJeremy Davis <jeremyd@freeside.biz>2014-02-27 15:10:33 -0500
commit55190e4a18ff318cf2a0ac2eb6abaf7a3b95e087 (patch)
tree15f21b83e6a324810c32388858f18cbd959a306a /httemplate
parent4aa7ddaf3e491d34a8caaa7869ccd83dc6d50d52 (diff)
#27424 Agent virtualize the from field in email notices
Diffstat (limited to 'httemplate')
-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,