[freeside-commits] branch FREESIDE_3_BRANCH updated. 6767c91fd38ea1d8e609e57f6c46c2b9da233f70

Jeremy Davis jeremyd at 420.am
Thu Feb 27 12:12:12 PST 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  6767c91fd38ea1d8e609e57f6c46c2b9da233f70 (commit)
      from  a75e66f42a529d69d2f38a12290be29187d0d9ec (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 6767c91fd38ea1d8e609e57f6c46c2b9da233f70
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Thu Feb 27 15:11:54 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