phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.uis_agreement.inc.php, 1.5
Date: Wed, 23 Jun 2004 22:04:59 +0200

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

date: 2004/06/23 20:04:59;  author: sigurdne;  state: Exp;  lines: +7 -1

Log Message:
no message
=====================================================================
Index: property/inc/class.uis_agreement.inc.php
diff -u property/inc/class.uis_agreement.inc.php:1.4 
property/inc/class.uis_agreement.inc.php:1.5
--- property/inc/class.uis_agreement.inc.php:1.4        Fri Jun 18 13:38:44 2004
+++ property/inc/class.uis_agreement.inc.php    Wed Jun 23 20:04:59 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
                        );
@@ -362,6 +364,10 @@
                                'cat_list'                                      
        => $this->bo->select_category_list('filter',$this->cat_id),
                                'select_action'                                 
=> $GLOBALS['phpgw']->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'],




reply via email to

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