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, 1.4


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.sos_agreement.inc.php, 1.4
Date: Fri, 18 Jun 2004 15:38:44 +0200

Update of /property/inc
Modified Files:
        Branch: 
          class.sos_agreement.inc.php

date: 2004/06/18 13:38:44;  author: sigurdne;  state: Exp;  lines: +8 -0

Log Message:
no message
=====================================================================
Index: property/inc/class.sos_agreement.inc.php
diff -u property/inc/class.sos_agreement.inc.php:1.3 
property/inc/class.sos_agreement.inc.php:1.4
--- property/inc/class.sos_agreement.inc.php:1.3        Mon Jun 14 19:58:29 2004
+++ property/inc/class.sos_agreement.inc.php    Fri Jun 18 13:38:44 2004
@@ -70,6 +70,8 @@
                        {
                                $entity_table = 'fm_s_agreement';
                                $category_table = 'fm_s_agreement_category';
+                               $attribute_filter = " AND attrib_detail = 1";
+
                                $paranthesis .='(';
                                $joinmethod .= " $this->join $category_table ON 
( $entity_table.category =$category_table.id))";
                                $cols = $entity_table . 
".*,$category_table.descr as category";
@@ -80,6 +82,12 @@
                                $uicols['descr'][]                      = 
lang('ID');
                                $uicols['statustext'][]         = lang('ID');
 
+                               $cols_return[]                          = 
'name';
+                               $uicols['input_type'][]         = 'text';
+                               $uicols['name'][]                       = 
'name';
+                               $uicols['descr'][]                      = 
lang('name');
+                               $uicols['statustext'][]         = lang('name');
+
                                $cols_return[]                          = 
'category';
                                $uicols['input_type'][]         = 'text';
                                $uicols['name'][]                       = 
'category';




reply via email to

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