phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.bolookup.php, 1.1.1.2


From: nomail
Subject: [Phpgroupware-cvs] property/class.bolookup.php, 1.1.1.2
Date: Sun, 20 Jun 2004 14:02:25 +0200

Update of /property
Modified Files:
        Branch: 
          class.bolookup.php

date: 2004/06/20 12:02:25;  author: sigurdne;  state: Exp;  lines: +9 -0

Log Message:
no message
=====================================================================
Index: property/class.bolookup.php
diff -u property/class.bolookup.php:1.1.1.1 property/class.bolookup.php:1.1.1.2
--- property/class.bolookup.php:1.1.1.1 Wed Jun  2 20:06:51 2004
+++ property/class.bolookup.php Sun Jun 20 12:02:25 2004
@@ -124,6 +124,15 @@
                        return $vendor;
                }
 
+               function read_vendor()
+               {
+                       $vendor = $this->so->read_vendor(array('start' => 
$this->start,'query' => $this->query,'sort' => $this->sort,'order' => 
$this->order,
+                                                                               
        'filter' => $this->filter,'cat_id' => $this->cat_id));
+                       $this->total_records = $this->so->total_records;
+
+                       return $vendor;
+               }
+
                function read_b_account()
                {
                        $b_account = $this->so->read_b_account(array('start' => 
$this->start,'query' => $this->query,'sort' => $this->sort,'order' => 
$this->order,




reply via email to

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