fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9574] property: inheritance


From: Sigurd Nes
Subject: [Fmsystem-commits] [9574] property: inheritance
Date: Wed, 13 Jun 2012 11:06:21 +0000

Revision: 9574
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9574
Author:   sigurdne
Date:     2012-06-13 11:06:21 +0000 (Wed, 13 Jun 2012)
Log Message:
-----------
property: inheritance

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

Modified: trunk/property/inc/class.uiworkorder.inc.php
===================================================================
--- trunk/property/inc/class.uiworkorder.inc.php        2012-06-13 10:59:47 UTC 
(rev 9573)
+++ trunk/property/inc/class.uiworkorder.inc.php        2012-06-13 11:06:21 UTC 
(rev 9574)
@@ -1416,7 +1416,7 @@
                                        'lookup_type'           => 
$location_template_type,
                                        'lookup_entity'         => 
$this->bocommon->get_lookup_entity('project'),
                                        'entity_data'           => 
(isset($values['p'])?$values['p']:''),
-                                       'filter_location'       => 
!$project['inherit_location'] ? $project['location_data']['location_code'] : 
false
+                                       'filter_location'       => 
$project['inherit_location'] ? $project['location_data']['location_code'] : 
false
                                ));
                        }
                        else




reply via email to

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