fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12333] change read


From: Nelson Guerra
Subject: [Fmsystem-commits] [12333] change read
Date: Tue, 18 Nov 2014 23:29:45 +0000

Revision: 12333
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12333
Author:   nelson224
Date:     2014-11-18 23:29:45 +0000 (Tue, 18 Nov 2014)
Log Message:
-----------
change read

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

Modified: branches/dev-syncromind/property/inc/class.boentity.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.boentity.inc.php 2014-11-18 
23:29:20 UTC (rev 12332)
+++ branches/dev-syncromind/property/inc/class.boentity.inc.php 2014-11-18 
23:29:45 UTC (rev 12333)
@@ -460,7 +460,7 @@
 
                                }
                        }
-
+                       /*
                        $entity = $this->so->read(array
                                (
                                        'start' => $this->start,
@@ -487,6 +487,33 @@
                                        
'control_registered'=>isset($data['control_registered']) ? 
$data['control_registered'] : '',
                                        
'control_id'=>isset($data['control_id']) ? $data['control_id'] : '',
                                        'org_units' => $this->org_units
+                               )*/
+                       $entity = $this->so->read(array
+                               (
+                                       'start' => $data['start'],
+                                       'query' => $data['query'],
+                                       'sort' => $data['sort'],
+                                       'order' => $data['order'],
+                                       'filter' => $this->filter,
+                                       'cat_id' => $this->cat_id,
+                                       'district_id' => $this->district_id,
+                                       'part_of_town_id' => 
$this->part_of_town_id,
+                                       
'lookup'=>isset($data['lookup'])?$data['lookup']:'',
+                                       
'allrows'=>isset($data['allrows'])?$data['allrows']:'',
+                                       'results' => $data['results'],
+                                       'entity_id'=>$this->entity_id,
+                                       'status'=>$this->status,
+                                       
'start_date'=>$this->bocommon->date_to_timestamp($data['start_date']),
+                                       
'end_date'=>$this->bocommon->date_to_timestamp($data['end_date']),
+                                       'dry_run'=>$data['dry_run'],
+                                       'type'=>$this->type,
+                                       'location_code' => $this->location_code,
+                                       'criteria_id' => $this->criteria_id,
+                                       'attrib_filter' => $attrib_filter,
+                                       'p_num' => $this->p_num,
+                                       
'control_registered'=>isset($data['control_registered']) ? 
$data['control_registered'] : '',
+                                       
'control_id'=>isset($data['control_id']) ? $data['control_id'] : '',
+                                       'org_units' => $this->org_units
                                )
                        );
 




reply via email to

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