fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12585] class.bos_agreement.inc


From: Saul
Subject: [Fmsystem-commits] [12585] class.bos_agreement.inc
Date: Mon, 12 Jan 2015 23:26:06 +0000

Revision: 12585
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12585
Author:   psaul
Date:     2015-01-12 23:26:05 +0000 (Mon, 12 Jan 2015)
Log Message:
-----------
class.bos_agreement.inc

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

Modified: branches/dev-syncromind/property/inc/class.bos_agreement.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.bos_agreement.inc.php    
2015-01-12 23:25:39 UTC (rev 12584)
+++ branches/dev-syncromind/property/inc/class.bos_agreement.inc.php    
2015-01-12 23:26:05 UTC (rev 12585)
@@ -174,13 +174,15 @@
                        return $status_list;
                }
 
-               function read()
+               function read($data = array())
                {
-                       $s_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, 'p_num' => 
$this->p_num, 'status_id'=>$this->status_id, 'location_code' => 
$this->location_code));
+            
+            $s_agreements = $this->so->read($data);
+            
+                       #$s_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, 'p_num' => 
$this->p_num, 'status_id'=>$this->status_id, 'location_code' => 
$this->location_code));
                        $this->total_records = $this->so->total_records;
-
                        $this->uicols   = $this->so->uicols;
 
                        foreach ($s_agreements as &$s_agreement)




reply via email to

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