fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12845]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12845]
Date: Wed, 11 Mar 2015 23:23:24 +0000

Revision: 12845
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12845
Author:   nelson224
Date:     2015-03-11 23:23:24 +0000 (Wed, 11 Mar 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/inc/class.boworkorder.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.boworkorder.inc.php      
2015-03-11 23:22:55 UTC (rev 12844)
+++ branches/dev-syncromind/property/inc/class.boworkorder.inc.php      
2015-03-11 23:23:24 UTC (rev 12845)
@@ -537,27 +537,28 @@
                                
'b_group'=>$this->b_group,'ecodimb'=>$this->ecodimb, 
'paid'=>$this->paid,'b_account' => $this->b_account,
                                'district_id' => 
$this->district_id,'dry_run'=>$data['dry_run'], 'criteria' => 
$this->get_criteria($this->criteria_id),
                                'obligation' => $this->obligation, 
'filter_year' => $this->filter_year) );*/
-                        $workorder = $this->so->read(array(
-                                    'start' => $data['start'],
-                                    'query' => $data['query'],
-                                    'sort' => $data['sort'],
-                                    'order' => $data['order'],
-                                    'filter' => $this->filter,
-                                    'cat_id' => $this->cat_id,
-                                    'status_id' => $this->status_id,
-                                    'wo_hour_cat_id' => $this->wo_hour_cat_id,
-                                    'start_date'=>$start_date,
-                                    'end_date'=>$end_date,
-                                    'allrows'=>$data['allrows'],
-                                    'b_group'=>$this->b_group,
-                                    'ecodimb'=>$this->ecodimb, 
-                                    'paid'=>$this->paid,
-                                    'b_account' => $this->b_account,
-                                    'district_id' => $this->district_id,
-                                    'dry_run'=>$data['dry_run'], 
-                                    'criteria' => 
$this->get_criteria($this->criteria_id),
-                                    'obligation' => $this->obligation, 
-                                    'filter_year' => $this->filter_year ) );
+                       $workorder = $this->so->read(array(
+                               'start' => $data['start'],
+                               'query' => $data['query'],
+                               'sort' => $data['sort'],
+                               'order' => $data['order'],
+                               'filter' => $this->filter,
+                               'cat_id' => $this->cat_id,
+                               'status_id' => $this->status_id,
+                               'wo_hour_cat_id' => $this->wo_hour_cat_id,
+                               'start_date'=>$start_date,
+                               'end_date'=>$end_date,
+                               'allrows'=>$data['allrows'],
+                               'b_group'=>$this->b_group,
+                               'ecodimb'=>$this->ecodimb, 
+                               'paid'=>$this->paid,
+                               'b_account' => $this->b_account,
+                               'district_id' => $this->district_id,
+                               'dry_run'=>$data['dry_run'], 
+                               'criteria' => 
$this->get_criteria($this->criteria_id),
+                               'obligation' => $this->obligation, 
+                               'filter_year' => $this->filter_year 
+                       ));
 
                        $this->total_records = $this->so->total_records;
 




reply via email to

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