fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13117] bopricebook.inc


From: Saul
Subject: [Fmsystem-commits] [13117] bopricebook.inc
Date: Wed, 29 Apr 2015 23:03:05 +0000

Revision: 13117
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13117
Author:   psaul
Date:     2015-04-29 23:03:05 +0000 (Wed, 29 Apr 2015)
Log Message:
-----------
bopricebook.inc

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-04-29 23:02:25 UTC (rev 13116)
+++ branches/dev-syncromind/property/inc/class.bopricebook.inc.php      
2015-04-29 23:03:05 UTC (rev 13117)
@@ -146,10 +146,11 @@
                        return 
$this->bocommon->select_list($selected,$status_entries);
                }
 
-               function read()
+               function read($data = array())
                {
-                       $pricebook = $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));
+//                     $pricebook = $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));
+            $pricebook = $this->so->read($data);
                        $this->total_records = $this->so->total_records;
                        return $pricebook;
                }
@@ -171,10 +172,13 @@
                }
 
 
-               function read_activities_pr_agreement_group()
+               function read_activities_pr_agreement_group($data = array())
                {
-                       $pricebook = 
$this->so->read_activities_pr_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));
+//                     $pricebook = 
$this->so->read_activities_pr_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));
+           
+            $pricebook = $this->so->read_activities_pr_agreement_group($data);
+            
                        $this->total_records = $this->so->total_records;
                        return $pricebook;
                }




reply via email to

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