From: Jeremy Davis Date: Thu, 27 Feb 2014 20:10:33 +0000 (-0500) Subject: #27424 Agent virtualize the from field in email notices X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=55190e4a18ff318cf2a0ac2eb6abaf7a3b95e087 #27424 Agent virtualize the from field in email notices --- 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:' &> <& /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,