diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2014-02-27 15:11:54 -0500 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2014-02-27 15:11:54 -0500 |
commit | 6767c91fd38ea1d8e609e57f6c46c2b9da233f70 (patch) | |
tree | fe4f81cfa9c76733d1256d2d94caa6de7d20c355 | |
parent | a75e66f42a529d69d2f38a12290be29187d0d9ec (diff) |
#27424 Agent virtualize the from field in email notices
-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 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, &> <\ <& /elements/input-text.html, |