#27424 Agent virtualize the from field in email notices
authorJeremy Davis <jeremyd@freeside.biz>
Thu, 27 Feb 2014 20:10:33 +0000 (15:10 -0500)
committerJeremy Davis <jeremyd@freeside.biz>
Thu, 27 Feb 2014 20:10:33 +0000 (15:10 -0500)
httemplate/misc/email-customers.html

index de800ec..1592630 100644 (file)
@@ -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,