fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12547] class.boagreement.inc


From: Saul
Subject: [Fmsystem-commits] [12547] class.boagreement.inc
Date: Tue, 06 Jan 2015 23:31:50 +0000

Revision: 12547
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12547
Author:   psaul
Date:     2015-01-06 23:31:50 +0000 (Tue, 06 Jan 2015)
Log Message:
-----------
class.boagreement.inc

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

Modified: branches/dev-syncromind/property/inc/class.boagreement.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.boagreement.inc.php      
2015-01-06 23:30:57 UTC (rev 12546)
+++ branches/dev-syncromind/property/inc/class.boagreement.inc.php      
2015-01-06 23:31:50 UTC (rev 12547)
@@ -152,13 +152,15 @@
                        return $vendor_list;
                }
 
-               function read()
+               function read($data = array())
                {
-                       $agreements = $this->so->read( array('start' => 
$this->start, 'query' => $this->query, 'sort' => $this->sort, 'order' => 
$this->order,
+                       /*$agreements = $this->so->read( array('start' => 
$this->start, 'query' => $this->query, 'sort' => $this->sort, 'order' => 
$this->order,
                                'filter' => $this->filter, 'cat_id' => 
$this->cat_id, 'allrows' => $this->allrows, 'member_id' => $this->member_id,
-                               'vendor_id' => $this->vendor_id, 'status_id' => 
$this->status_id) );
-                       $this->total_records = $this->so->total_records;
-
+                               'vendor_id' => $this->vendor_id, 'status_id' => 
$this->status_id) );*/
+                       
+            $agreements = $this->so->read($data);
+            
+            $this->total_records = $this->so->total_records;
                        $this->uicols = $this->so->uicols;
 
                        foreach ( $agreements as &$agreement )




reply via email to

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