fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13261] pricebook.bo


From: Saul
Subject: [Fmsystem-commits] [13261] pricebook.bo
Date: Fri, 22 May 2015 00:06:21 +0000

Revision: 13261
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13261
Author:   psaul
Date:     2015-05-22 00:06:21 +0000 (Fri, 22 May 2015)
Log Message:
-----------
pricebook.bo

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

Modified: branches/dev-syncromind/property/inc/class.bopricebook.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.bopricebook.inc.php      
2015-05-22 00:05:57 UTC (rev 13260)
+++ branches/dev-syncromind/property/inc/class.bopricebook.inc.php      
2015-05-22 00:06:21 UTC (rev 13261)
@@ -155,10 +155,12 @@
                        return $pricebook;
                }
 
-               function read_agreement_group()
+               function read_agreement_group($data = array())
                {
-                       $agreement_group = 
$this->so->read_agreement_group(array('start' => $this->start,'query' => 
$this->query,'sort' => $this->sort,'order' => $this->order,
-                               'filter' => $this->filter,'cat_id' => 
$this->cat_id,'allrows'=>$this->allrows));
+//                     $agreement_group = 
$this->so->read_agreement_group(array('start' => $this->start,'query' => 
$this->query,'sort' => $this->sort,'order' => $this->order,
+//                             'filter' => $this->filter,'cat_id' => 
$this->cat_id,'allrows'=>$this->allrows));
+            
+            $agreement_group = $this->so->read_agreement_group($data);
                        $this->total_records = $this->so->total_records;
                        return $agreement_group;
                }




reply via email to

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