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.7


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.sos_agreement.inc.php, 1.7
Date: Mon, 28 Jun 2004 12:49:44 +0200

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

date: 2004/06/28 10:49:44;  author: sigurdne;  state: Exp;  lines: +13 -1

Log Message:
no message
=====================================================================
Index: property/inc/class.sos_agreement.inc.php
diff -u property/inc/class.sos_agreement.inc.php:1.6 
property/inc/class.sos_agreement.inc.php:1.7
--- property/inc/class.sos_agreement.inc.php:1.6        Wed Jun 23 20:04:59 2004
+++ property/inc/class.sos_agreement.inc.php    Mon Jun 28 10:49:44 2004
@@ -50,7 +50,7 @@
                function select_vendor_list()
                {
                        $table = 'fm_s_agreement';
-                       $this->db->query("SELECT vendor_id,org_name FROM $table 
$this->join fm_vendor on fm_s_agreement.vendor_id=fm_vendor.id ORDER BY 
org_name ");
+                       $this->db->query("SELECT vendor_id,org_name FROM $table 
$this->join fm_vendor on fm_s_agreement.vendor_id=fm_vendor.id GROUP BY 
org_name,vendor_id ");
 
                        $i = 0;
                        while ($this->db->next_record())
@@ -110,6 +110,18 @@
                                $uicols['descr'][]                      = 
lang('category');
                                $uicols['statustext'][]         = 
lang('category');
 
+                               $cols_return[]                          = 
'start_date';
+                               $uicols['input_type'][]         = 'text';
+                               $uicols['name'][]                       = 
'start_date';
+                               $uicols['descr'][]                      = 
lang('start');
+                               $uicols['statustext'][]         = lang('start 
date');
+
+                               $cols_return[]                          = 
'end_date';
+                               $uicols['input_type'][]         = 'text';
+                               $uicols['name'][]                       = 
'end_date';
+                               $uicols['descr'][]                      = 
lang('end');
+                               $uicols['statustext'][]         = lang('end 
date');
+
                        }
                        else
                        {




reply via email to

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