phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.sos_agreement.inc.php
Date: Fri, 29 Sep 2006 12:51:29 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   06/09/29 12:51:29

Modified files:
        inc            : class.sos_agreement.inc.php 

Log message:
        fix

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.sos_agreement.inc.php?cvsroot=phpgroupware&r1=1.22&r2=1.23

Patches:
Index: class.sos_agreement.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.sos_agreement.inc.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- class.sos_agreement.inc.php 18 Sep 2006 08:22:32 -0000      1.22
+++ class.sos_agreement.inc.php 29 Sep 2006 12:51:29 -0000      1.23
@@ -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.sos_agreement.inc.php,v 1.22 2006/09/18 08:22:32 
sigurdne Exp $
+       * @version $Id: class.sos_agreement.inc.php,v 1.23 2006/09/29 12:51:29 
sigurdne Exp $
        */
 
        /**
@@ -77,7 +77,7 @@
                                $paranthesis .='(';
                                $joinmethod .= " $this->join $category_table ON 
( $entity_table.category =$category_table.id))";
                                $paranthesis .='(';
-                               $joinmethod .= " $this->join fm_vendor ON ( 
$entity_table.vendor_id =fm_vendor.id))";
+                               $joinmethod .= " $this->left_join fm_vendor ON 
( $entity_table.vendor_id =fm_vendor.id))";
 
                                $cols = $entity_table . 
".*,$category_table.descr as category, org_name";
 




reply via email to

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