[freeside-commits] branch master updated. 7ec6e27220e3fe82405c911a4c52b24070438328

Jonathan Prykop jonathan at 420.am
Wed Dec 23 20:22:04 PST 2015


The branch, master has been updated
       via  7ec6e27220e3fe82405c911a4c52b24070438328 (commit)
      from  9dc878dba30e6d93ab914f0d2502f3527428b057 (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 7ec6e27220e3fe82405c911a4c52b24070438328
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Wed Dec 23 22:21:01 2015 -0600

    RT#38217 Send email when logging conditions are met [fixed bad char in template]

diff --git a/FS/FS/msg_template/InitialData.pm b/FS/FS/msg_template/InitialData.pm
index 29dd417..d502b3f 100644
--- a/FS/FS/msg_template/InitialData.pm
+++ b/FS/FS/msg_template/InitialData.pm
@@ -45,8 +45,8 @@ END
       _upgrade_journal => 'system_log_email_template',
       _insert_args => [ subject => '{ $company_name } system log',
                         body    => <<'END',
-Level: {$loglevel}<BR>
-Context: {$logcontext}<BR>
+Level: {$loglevel}<BR>
+Context: {$logcontext}<BR>
 <BR>
 {$logmessage}<BR>
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/msg_template/InitialData.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list