fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [16819] more on eventplanner


From: sigurdne
Subject: [Fmsystem-commits] [16819] more on eventplanner
Date: Thu, 1 Jun 2017 09:26:33 -0400 (EDT)

Revision: 16819
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16819
Author:   sigurdne
Date:     2017-06-01 09:26:33 -0400 (Thu, 01 Jun 2017)
Log Message:
-----------
more on eventplanner

Modified Paths:
--------------
    trunk/eventplanner/inc/class.bobooking.inc.php

Modified: trunk/eventplanner/inc/class.bobooking.inc.php
===================================================================
--- trunk/eventplanner/inc/class.bobooking.inc.php      2017-06-01 12:31:48 UTC 
(rev 16818)
+++ trunk/eventplanner/inc/class.bobooking.inc.php      2017-06-01 13:26:33 UTC 
(rev 16819)
@@ -275,8 +275,8 @@
                        $cc = $customer_contact_email;
                        $bcc = !empty($config['receipt_blind_copy']) ? 
$config['receipt_blind_copy'] : '';
                        $to_email = $vendor_contact_email;
-                       $from_email = $customer_contact_email;
-                       $from_name = $customer_contact_name;
+                       $from_email = !empty($config['receipt_blind_copy']) ? 
$config['receipt_blind_copy'] : $customer_contact_email;
+                       $from_name = !empty($config['receipt_blind_copy']) ? 
$config['receipt_blind_copy'] : $customer_contact_name;
 
                        try
                        {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]