phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: inv/inc class.uiinvoice.inc.php,1.1,1.2


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: inv/inc class.uiinvoice.inc.php,1.1,1.2
Date: Sun, 14 Apr 2002 18:46:39 -0400

Update of /cvsroot/phpgroupware/inv/inc
In directory subversions:/tmp/cvs-serv14871/inc

Modified Files:
        class.uiinvoice.inc.php 
Log Message:
update

Index: class.uiinvoice.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/inc/class.uiinvoice.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** class.uiinvoice.inc.php     14 Apr 2002 22:27:31 -0000      1.1
--- class.uiinvoice.inc.php     14 Apr 2002 22:46:34 -0000      1.2
***************
*** 190,194 ****
                        $link_data = array
                        (
!                               'menuaction'    => 'inv.uiinvoice.abook'
                        );
   
--- 190,195 ----
                        $link_data = array
                        (
!                               'menuaction'    => 'inv.uiinvoice.abook',
!                               'action'                => 'inv_abook'
                        );
   
***************
*** 319,323 ****
                        $link_data = array
                        (
!                               'menuaction'    => 'inv.uiinvoice.list_dist'
                        );
  
--- 320,325 ----
                        $link_data = array
                        (
!                               'menuaction'    => 'inv.uiinvoice.list_dist',
!                               'action'                => 'inv_dist'
                        );
  
***************
*** 401,411 ****
  // --------------- template declaration for list records 
---------------------------- 
  
!                               $this->t->set_var(array('company' => $company,
!                                                       'department' => 
$department,
!                                               'industry_type' => 
$industry_type,
!                                                               'url' => $url,
!                                                               'ftp' => $ftp));
  
!                               
$this->t->set_var('products',$GLOBALS['phpgw']->link('/inv/listreceipt.php','filter='
 . $id));
  
                                
$this->t->set_var('edit',$GLOBALS['phpgw']->link('/index.php','menuaction=inv.uiinvoice.edit_dist&dist_id='
 . $dist_id . '&cat_id=' . $cat_id));
--- 403,413 ----
  // --------------- template declaration for list records 
---------------------------- 
  
!                               $this->t->set_var(array('company'       => 
$company,
!                                                                       
'department'    => $department,
!                                                               'industry_type' 
        => $industry_type,
!                                                                               
        'url'   => $url,
!                                                                               
        'ftp'   => $ftp));
  
!                               
$this->t->set_var('products',$GLOBALS['phpgw']->link('/index.php','menuaction=inv.uiinventory.list_products&action=subproduct&status=receipt&selection=dist'));
  
                                
$this->t->set_var('edit',$GLOBALS['phpgw']->link('/index.php','menuaction=inv.uiinvoice.edit_dist&dist_id='
 . $dist_id . '&cat_id=' . $cat_id));




reply via email to

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