fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13125] bopricebook


From: Saul
Subject: [Fmsystem-commits] [13125] bopricebook
Date: Thu, 30 Apr 2015 23:03:25 +0000

Revision: 13125
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13125
Author:   psaul
Date:     2015-04-30 23:03:24 +0000 (Thu, 30 Apr 2015)
Log Message:
-----------
bopricebook

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-30 21:44:35 UTC (rev 13124)
+++ branches/dev-syncromind/property/inc/class.bopricebook.inc.php      
2015-04-30 23:03:24 UTC (rev 13125)
@@ -183,10 +183,12 @@
                        return $pricebook;
                }
 
-               function read_vendor_pr_activity($activity_id)
+               function read_vendor_pr_activity($data = array())
                {
-                       $pricebook = 
$this->so->read_vendor_pr_activity(array('start' => $this->start,'query' => 
$this->query,'sort' => $this->sort,'order' => $this->order,
-                               'filter' => $this->filter,'cat_id' => 
$this->cat_id,'allrows'=>$this->allrows,'activity_id'=>$activity_id));
+//                     $pricebook = 
$this->so->read_vendor_pr_activity(array('start' => $this->start,'query' => 
$this->query,'sort' => $this->sort,'order' => $this->order,
+//                             'filter' => $this->filter,'cat_id' => 
$this->cat_id,'allrows'=>$this->allrows,'activity_id'=>$activity_id));
+            $pricebook = $this->so->read_vendor_pr_activity($data);
+            
                        $this->total_records = $this->so->total_records;
                        return $pricebook;
                }




reply via email to

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