fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15805] Property: add placeholder for empty values


From: sigurdne
Subject: [Fmsystem-commits] [15805] Property: add placeholder for empty values
Date: Fri, 7 Oct 2016 14:42:51 +0000 (UTC)

Revision: 15805
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15805
Author:   sigurdne
Date:     2016-10-07 14:42:50 +0000 (Fri, 07 Oct 2016)
Log Message:
-----------
Property: add placeholder for empty values

Modified Paths:
--------------
    branches/dev-syncromind-2/property/inc/class.bolocation.inc.php

Modified: branches/dev-syncromind-2/property/inc/class.bolocation.inc.php
===================================================================
--- branches/dev-syncromind-2/property/inc/class.bolocation.inc.php     
2016-10-07 13:49:38 UTC (rev 15804)
+++ branches/dev-syncromind-2/property/inc/class.bolocation.inc.php     
2016-10-07 14:42:50 UTC (rev 15805)
@@ -816,6 +816,8 @@
                        {
                                $responsible_item = 
$soresponsible->get_active_responsible_at_location($location['location_code'], 
$data['role_id']);
                                $location['responsible_item'] = 
$responsible_item['id'];
+                               $location['responsible_contact'] = ''; 
//placeholder
+                               $location['responsible_contact_id'] = ''; 
//placeholder
                                if(isset($responsible_item['contact_id']))
                                {
                                        
if(isset($names[$responsible_item['contact_id']]))




reply via email to

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