fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [17008] Property: FDV-131


From: sigurdne
Subject: [Fmsystem-commits] [17008] Property: FDV-131
Date: Tue, 29 Aug 2017 11:34:16 -0400 (EDT)

Revision: 17008
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17008
Author:   sigurdne
Date:     2017-08-29 11:34:15 -0400 (Tue, 29 Aug 2017)
Log Message:
-----------
Property: FDV-131

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

Modified: trunk/property/inc/class.solocation.inc.php
===================================================================
--- trunk/property/inc/class.solocation.inc.php 2017-08-29 13:25:52 UTC (rev 
17007)
+++ trunk/property/inc/class.solocation.inc.php 2017-08-29 15:34:15 UTC (rev 
17008)
@@ -2227,6 +2227,12 @@
                                        . " WHERE location_code = 
'{$_location_code}'"
                                        . " AND start_date < $now AND (end_date 
IS NULL  OR end_date = 0 OR end_date > $now)";
 
+
+                               if($alert_vendor)
+                               {
+                                       $sql .= ' AND alert_vendor = 1';
+                               }
+
                                $this->db->query($sql, __LINE__, __FILE__);
 
                                while($this->db->next_record())




reply via email to

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