fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12866]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12866]
Date: Mon, 16 Mar 2015 23:08:44 +0000

Revision: 12866
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12866
Author:   nelson224
Date:     2015-03-16 23:08:43 +0000 (Mon, 16 Mar 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/inc/class.bolocation.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.bolocation.inc.php       
2015-03-16 14:45:34 UTC (rev 12865)
+++ branches/dev-syncromind/property/inc/class.bolocation.inc.php       
2015-03-16 23:08:43 UTC (rev 12866)
@@ -741,7 +741,26 @@
                                $data['query'] = $data['query'] ? 
$data['query'] : $data['location_code'];
                        }
 //                     _debug_array($data);
-                       $locations = $this->so->read($data);
+                       $locations = $this->so->read(array(
+                               'start' => $data['start'],
+                               'results' => $data['results'],
+                               'query' => $data['query'],
+                               'sort' => $data['sort'],
+                               'order' => $data['order'],
+                               'allrows' => isset($data['allrows']) ? 
$data['allrows'] : '',
+                               'dry_run' => $data['dry_run'],
+                               'lookup_tenant' => $data['lookup_tenant'],
+                               'filter_role_on_contact' => 
$data['filter_role_on_contact'], 
+                               'role_id' => $data['role_id'],
+                               'filter' => $this->filter,
+                               'cat_id' => $this->cat_id,
+                               'type_id' => $this->type_id,
+                               'lookup' => $this->lookup,
+                               'district_id' => $this->district_id,
+                               'status' => $this->status,
+                               'part_of_town_id' => $this->part_of_town_id,
+                               'location_code' => $this->location_code         
+                       ));
 
                        $this->total_records = $this->so->total_records;
                        $this->uicols = $this->so->uicols;




reply via email to

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