fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14420] frontend: some parameter settings


From: Sigurd Nes
Subject: [Fmsystem-commits] [14420] frontend: some parameter settings
Date: Thu, 19 Nov 2015 12:36:24 +0000

Revision: 14420
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14420
Author:   sigurdne
Date:     2015-11-19 12:36:20 +0000 (Thu, 19 Nov 2015)
Log Message:
-----------
frontend: some parameter settings

Modified Paths:
--------------
    branches/dev-syncromind/frontend/inc/class.uientity.inc.php
    branches/dev-syncromind/frontend/inc/class.uihelpdesk.inc.php
    branches/dev-syncromind/property/inc/class.boentity.inc.php
    branches/dev-syncromind/property/inc/class.soentity.inc.php

Modified: branches/dev-syncromind/frontend/inc/class.uientity.inc.php
===================================================================
--- branches/dev-syncromind/frontend/inc/class.uientity.inc.php 2015-11-19 
10:13:24 UTC (rev 14419)
+++ branches/dev-syncromind/frontend/inc/class.uientity.inc.php 2015-11-19 
12:36:20 UTC (rev 14420)
@@ -517,7 +517,8 @@
                                'sort'           => $order[0]['dir'],
                                'allrows'        => phpgw::get_var('length', 
'int') == -1,
                                'start_date' => $start_date,
-                               'end_date'       => $end_date
+                               'end_date'       => $end_date,
+                               'dry_run'        => false
                        );
 
                        $values = $this->bo->read($params);

Modified: branches/dev-syncromind/frontend/inc/class.uihelpdesk.inc.php
===================================================================
--- branches/dev-syncromind/frontend/inc/class.uihelpdesk.inc.php       
2015-11-19 10:13:24 UTC (rev 14419)
+++ branches/dev-syncromind/frontend/inc/class.uihelpdesk.inc.php       
2015-11-19 12:36:20 UTC (rev 14420)
@@ -216,7 +216,7 @@
 
                        if(isset($this->location_code) && $this->location_code 
!= '')
                        {
-                               $bo->location_code = $this->location_code;
+                               $params['location_code'] = $this->location_code;
                                $ticket_list = $bo->read($params);
                        }
                        else

Modified: branches/dev-syncromind/property/inc/class.boentity.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.boentity.inc.php 2015-11-19 
10:13:24 UTC (rev 14419)
+++ branches/dev-syncromind/property/inc/class.boentity.inc.php 2015-11-19 
12:36:20 UTC (rev 14420)
@@ -40,8 +40,13 @@
                var $sort;
                var $order;
                var $cat_id;
+               var $p_num;
                var $allrows;
+               var $district_id;
+               var $status;
                var $part_of_town_id;
+               var $start_date;
+               var $end_date;
                var $location_code;
                var $results;
                var $acl_location;

Modified: branches/dev-syncromind/property/inc/class.soentity.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.soentity.inc.php 2015-11-19 
10:13:24 UTC (rev 14419)
+++ branches/dev-syncromind/property/inc/class.soentity.inc.php 2015-11-19 
12:36:20 UTC (rev 14420)
@@ -501,7 +501,7 @@
                        $filtermethod    = "WHERE fm_bim_type.location_id = 
{$location_id}";
                        $where                   = 'AND';
 
-//                     if( $category['org_unit'])
+                       if( $category['org_unit'])
                        {
                                if($org_units)
                                {
@@ -1491,7 +1491,7 @@
                        }
 
                        unset($_config);
-//                     if( $category['org_unit'])
+                       if( $category['org_unit'])
                        {
                                if($org_units)
                                {




reply via email to

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