phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/inc class.sopricebook.inc.php,1.6,1.7 c


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/inc class.sopricebook.inc.php,1.6,1.7 class.uipricebook.inc.php,1.10,1.11
Date: Wed, 30 Apr 2003 06:18:00 -0400

Update of /cvsroot/phpgroupware/property/inc
In directory subversions:/tmp/cvs-serv26526/inc

Modified Files:
        class.sopricebook.inc.php class.uipricebook.inc.php 
Log Message:
no message

Index: class.sopricebook.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.sopricebook.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** class.sopricebook.inc.php   21 Mar 2003 22:35:48 -0000      1.6
--- class.sopricebook.inc.php   30 Apr 2003 10:17:58 -0000      1.7
***************
*** 75,83 ****
                                while ($this->db->next_record())
                                {
!                                       $vendor_list[]=array
!                                       (
!                                               'id'    => 
$this->db->f('vendor_id'),
!                                               'name'  => 
$this->db->f('org_name')
!                                       );
                                }
                        return $vendor_list;
--- 75,87 ----
                                while ($this->db->next_record())
                                {
! //--------->fix this------->
!                                       if($this->db->f('vendor_id'))
!                                       {
!                                               $vendor_list[]=array
!                                               (
!                                                       'id'    => 
$this->db->f('vendor_id'),
!                                                       'name'  => 
$this->db->f('org_name')
!                                               );
!                                       }
                                }
                        return $vendor_list;

Index: class.uipricebook.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uipricebook.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** class.uipricebook.inc.php   29 Apr 2003 12:41:31 -0000      1.10
--- class.uipricebook.inc.php   30 Apr 2003 10:17:58 -0000      1.11
***************
*** 235,239 ****
  
                        $appname                                                
= lang('pricebook');
!                       $function_msg                                   = 
lang('list pricebook');
  
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
--- 235,239 ----
  
                        $appname                                                
= lang('pricebook');
!                       $function_msg                                   = 
lang('list pricebook per vendor');
  
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;





reply via email to

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