phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.uir_agreement.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.uir_agreement.inc.php
Date: Mon, 13 Nov 2006 13:23:05 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   06/11/13 13:23:05

Modified files:
        inc            : class.uir_agreement.inc.php 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.uir_agreement.inc.php?cvsroot=phpgroupware&r1=1.19&r2=1.20

Patches:
Index: class.uir_agreement.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.uir_agreement.inc.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- class.uir_agreement.inc.php 8 Oct 2006 12:04:55 -0000       1.19
+++ class.uir_agreement.inc.php 13 Nov 2006 13:23:05 -0000      1.20
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage agreement
-       * @version $Id: class.uir_agreement.inc.php,v 1.19 2006/10/08 12:04:55 
sigurdne Exp $
+       * @version $Id: class.uir_agreement.inc.php,v 1.20 2006/11/13 13:23:05 
sigurdne Exp $
        */
 
        /**
@@ -1252,13 +1252,11 @@
 
                        );
 
-
-                       $max_location_level = 
$this->bocommon->get_max_location_level();
 //_debug_array($values);
                        $location_data=$bolocation->initiate_ui_location(array(
                                                'values'        => 
$values['location_data'],
-                                               'type_id'       => 
$max_location_level, // calculated from location_types
-                                               'no_link'       => 
$max_location_level+1, // disable lookup links for location type less than 
type_id
+                                               'type_id'       => -1, // 
calculated from location_types
+                                               'no_link'       => False, // 
disable lookup links for location type less than type_id
                                                'tenant'        => False,
                                                'lookup_type'   => $lookup_type,
                                                'lookup_entity' => False, // 
$this->bocommon->get_lookup_entity('r_agreement'),




reply via email to

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