phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/inc class.sopricebook.inc.php, 1.11, 1


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/inc class.sopricebook.inc.php, 1.11, 1.12
Date: Fri, 08 Aug 2003 17:16:50 -0400

Update of /cvsroot/phpgroupware/property/inc
In directory subversions:/tmp/cvs-serv18045/inc

Modified Files:
        class.sopricebook.inc.php 
Log Message:
no message

Index: class.sopricebook.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.sopricebook.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** class.sopricebook.inc.php   9 Jul 2003 11:12:16 -0000       1.11
--- class.sopricebook.inc.php   8 Aug 2003 21:16:48 -0000       1.12
***************
*** 539,543 ****
                                . " FROM (fm_activities  $this->join 
fm_activity_price_index ON fm_activities.id = 
fm_activity_price_index.activity_id)  $this->join phpgw_addressbook ON 
fm_activity_price_index.vendor_id = phpgw_addressbook.id "
                                . " $this->join fm_branch on fm_branch.id = 
fm_activities.branch_id "
!                               . " Where fm_activity_price_index.activity_id= 
'$activity_id' $querymethod group by fm_activities.num,fm_branch.descr,org_name 
,vendor_id ";
  
                        $this->db2->query($sql,__LINE__,__FILE__);
--- 539,543 ----
                                . " FROM (fm_activities  $this->join 
fm_activity_price_index ON fm_activities.id = 
fm_activity_price_index.activity_id)  $this->join phpgw_addressbook ON 
fm_activity_price_index.vendor_id = phpgw_addressbook.id "
                                . " $this->join fm_branch on fm_branch.id = 
fm_activities.branch_id "
!                               . " Where fm_activity_price_index.activity_id= 
'$activity_id' $querymethod group by 
fm_activities.id,fm_activities.num,fm_branch.descr,org_name ,vendor_id ";
  
                        $this->db2->query($sql,__LINE__,__FILE__);





reply via email to

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