phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.uis_agreement.php, 1.1.2.2


From: nomail
Subject: [Phpgroupware-cvs] property/class.uis_agreement.php, 1.1.2.2
Date: Wed, 23 Jun 2004 22:09:31 +0200

Update of /property
Modified Files:
        Branch: proposal-branch
          class.uis_agreement.php

date: 2004/06/23 20:09:31;  author: sigurdne;  state: Exp;  lines: +8 -2

Log Message:
no message
=====================================================================
Index: property/class.uis_agreement.php
diff -u property/class.uis_agreement.php:1.1.2.1 
property/class.uis_agreement.php:1.1.2.2
--- property/class.uis_agreement.php:1.1.2.1    Sun Jun 20 09:04:46 2004
+++ property/class.uis_agreement.php    Wed Jun 23 20:09:31 2004
@@ -72,6 +72,7 @@
                        $this->order            = $this->bo->order;
                        $this->filter           = $this->bo->filter;
                        $this->cat_id           = $this->bo->cat_id;
+                       $this->vendor_id        = $this->bo->vendor_id;
                        $this->allrows          = $this->bo->allrows;
                        $this->member_id        = $this->bo->member_id;
                        $this->fakebase         = $this->bo->fakebase;
@@ -88,6 +89,7 @@
                                'order'         => $this->order,
                                'filter'        => $this->filter,
                                'cat_id'        => $this->cat_id,
+                               'vendor_id'     => $this->vendor_id,
                                'allrows'       => $this->allrows,
                                'member_id'     => $this->member_id
                        );
@@ -357,6 +359,10 @@
                                'cat_list'                                      
        => $this->bo->select_category_list('filter',$this->cat_id),
                                'select_action'                                 
=> $this->bocommon->link('/index.php',$link_data),
 
+                               'lang_no_vendor'                                
=> lang('no vendor'),
+                               'lang_vendor_statustext'                => 
lang('Select the vendor the s_agreement belongs to.'),
+                               'vendor_list'                                   
=> $this->bo->select_vendor_list('filter',$this->vendor_id),
+
                                'lang_no_member'                                
=> lang('no member'),
                                'member_of_name'                                
=> 'member_id',
                                'member_of_list'                                
=> $member_of_data['cat_list'],
@@ -699,7 +705,7 @@
 
 //                     $member_of_data = 
$this->cats->formatted_xslt_list(array('selected' => $this->member_id,'globals' 
=> True));
 
-                       $table_add[] = array
+                       $table_add = array
                        (
                                'lang_add'                              => 
lang('add detail'),
                                'lang_add_standardtext' => lang('add an item to 
the details'),




reply via email to

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