fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11809] property: fix missing reference in sms


From: Sigurd Nes
Subject: [Fmsystem-commits] [11809] property: fix missing reference in sms
Date: Wed, 12 Mar 2014 12:52:08 +0000

Revision: 11809
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11809
Author:   sigurdne
Date:     2014-03-12 12:52:08 +0000 (Wed, 12 Mar 2014)
Log Message:
-----------
property: fix missing reference in sms

Modified Paths:
--------------
    trunk/property/inc/class.uiwo_hour.inc.php

Modified: trunk/property/inc/class.uiwo_hour.inc.php
===================================================================
--- trunk/property/inc/class.uiwo_hour.inc.php  2014-03-11 20:13:16 UTC (rev 
11808)
+++ trunk/property/inc/class.uiwo_hour.inc.php  2014-03-12 12:52:08 UTC (rev 
11809)
@@ -1655,7 +1655,7 @@
                                                $project['contact_phone'] = 
$to_sms_phone;
                                                
                                                $sms    = 
CreateObject('sms.sms');
-                                               
$sms->websend2pv($this->account,$to_sms_phone,$this->config->config_data['sms_client_order_notice']);
+                                               
$sms->websend2pv($this->account,$to_sms_phone,str_replace(array('__order_id__'),
 array($workorder_id), $this->config->config_data['sms_client_order_notice']));
                                                
$historylog->add('MS',$workorder_id,$to_sms_phone);
                                        }
                                        




reply via email to

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