[freeside-commits] branch master updated. 55190e4a18ff318cf2a0ac2eb6abaf7a3b95e087
Jeremy Davis
jeremyd at 420.am
Thu Feb 27 12:10:48 PST 2014
The branch, master has been updated
via 55190e4a18ff318cf2a0ac2eb6abaf7a3b95e087 (commit)
from 4aa7ddaf3e491d34a8caaa7869ccd83dc6d50d52 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 55190e4a18ff318cf2a0ac2eb6abaf7a3b95e087
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Thu Feb 27 15:10:33 2014 -0500
#27424 Agent virtualize the from field in email notices
diff --git a/httemplate/misc/email-customers.html b/httemplate/misc/email-customers.html
index de800ec..1592630 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,
-----------------------------------------------------------------------
Summary of changes:
httemplate/misc/email-customers.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list