From 55190e4a18ff318cf2a0ac2eb6abaf7a3b95e087 Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Thu, 27 Feb 2014 15:10:33 -0500 Subject: [PATCH] #27424 Agent virtualize the from field in email notices --- httemplate/misc/email-customers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.11.0