fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [17337] integration, switch responsible


From: sigurdne
Subject: [Fmsystem-commits] [17337] integration, switch responsible
Date: Tue, 21 Nov 2017 07:06:24 -0500 (EST)

Revision: 17337
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17337
Author:   sigurdne
Date:     2017-11-21 07:06:24 -0500 (Tue, 21 Nov 2017)
Log Message:
-----------
integration, switch responsible

Modified Paths:
--------------
    
trunk/property/inc/cron/default/import_oppdatering_av_bestilling_fra_agresso_bkb.php

Modified: 
trunk/property/inc/cron/default/import_oppdatering_av_bestilling_fra_agresso_bkb.php
===================================================================
--- 
trunk/property/inc/cron/default/import_oppdatering_av_bestilling_fra_agresso_bkb.php
        2017-11-21 12:05:29 UTC (rev 17336)
+++ 
trunk/property/inc/cron/default/import_oppdatering_av_bestilling_fra_agresso_bkb.php
        2017-11-21 12:06:24 UTC (rev 17337)
@@ -410,7 +410,8 @@
                        $subject = 'Feil ved oppdatering av 
meldinger(bestillinger) fra Agresso';
                        $from = "Ikke svar<address@hidden>";
                        $to = "address@hidden";
-                       $cc = "address@hidden";
+                       $cc = "address@hidden";
+                       $bcc = "address@hidden";
                        if ($this->receipt['error'])
                        {
                                $errors = array();
@@ -421,7 +422,7 @@
                                $body = implode("<br/>", $errors);
                                try
                                {
-                                       $rc = $this->send->msg('email', $to, 
$subject, $body, '', $cc, '', $from, '', 'html');
+                                       $rc = $this->send->msg('email', $to, 
$subject, $body, '', $cc, $bcc, $from, '', 'html');
                                }
                                catch (phpmailerException $e)
                                {




reply via email to

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