phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.sopricebook.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.sopricebook.inc.php
Date: Thu, 02 Mar 2006 07:28:35 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/03/02 07:28:35

Modified files:
        inc            : class.sopricebook.inc.php 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/property/inc/class.sopricebook.inc.php.diff?tr1=1.14&tr2=1.15&r1=text&r2=text

Patches:
Index: property/inc/class.sopricebook.inc.php
diff -u property/inc/class.sopricebook.inc.php:1.14 
property/inc/class.sopricebook.inc.php:1.15
--- property/inc/class.sopricebook.inc.php:1.14 Mon Jan 30 22:14:19 2006
+++ property/inc/class.sopricebook.inc.php      Thu Mar  2 07:28:35 2006
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage agreement
-       * @version $Id: class.sopricebook.inc.php,v 1.14 2006/01/30 22:14:19 
sigurdne Exp $
+       * @version $Id: class.sopricebook.inc.php,v 1.15 2006/03/02 07:28:35 
sigurdne Exp $
        */
 
        /**
@@ -405,7 +405,7 @@
 
                        $sql = "SELECT 
index_count,this_index,current_index,m_cost,w_cost,total_cost,index_date"
                                . " FROM fm_activity_price_index $this->join 
fm_agreement on fm_activity_price_index.agreement_id = fm_agreement.id "
-                               . " Where activity_id= '$activity_id' and 
vendor_id= '$vendor_id'";
+                               . " Where activity_id= '$activity_id' and 
fm_activity_price_index.vendor_id= '$vendor_id'";
 
 
                        $this->db2->query($sql,__LINE__,__FILE__);
@@ -769,6 +769,11 @@
                }
 
 
+
+               /**
+               * @todo remove or alter this function
+               */
+
                function add_activity_vendor($values)
                {
                        $this->db->query("SELECT count(*) FROM 
fm_activity_price_index WHERE activity_id='" . $values['activity_id'] . "' and 
vendor_id='" . $values['vendor_id'] . "'",__LINE__,__FILE__);




reply via email to

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