phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] projects/inc/class.uiprojecthours.inc.php, 1.76


From: nomail
Subject: [Phpgroupware-cvs] projects/inc/class.uiprojecthours.inc.php, 1.76
Date: Mon, 21 Jun 2004 01:02:38 +0200

Update of /projects/inc
Modified Files:
        Branch: 
          class.uiprojecthours.inc.php

date: 2004/06/20 23:02:38;  author: ceb;  state: Exp;  lines: +6 -1

Log Message:
update
=====================================================================
Index: projects/inc/class.uiprojecthours.inc.php
diff -u projects/inc/class.uiprojecthours.inc.php:1.75 
projects/inc/class.uiprojecthours.inc.php:1.76
--- projects/inc/class.uiprojecthours.inc.php:1.75      Wed Apr 28 13:34:47 2004
+++ projects/inc/class.uiprojecthours.inc.php   Sun Jun 20 23:02:38 2004
@@ -175,6 +175,8 @@
                        
$GLOBALS['phpgw']->template->set_var('lang_non_billable',lang('not billable'));
                        
$GLOBALS['phpgw']->template->set_var('lang_time_of_journey',lang('time of 
journey'));
                        
$GLOBALS['phpgw']->template->set_var('lang_distance',lang('distance'));
+                       
$GLOBALS['phpgw']->template->set_var('lang_surcharge',lang('surcharge'));
+                       
$GLOBALS['phpgw']->template->set_var('lang_select_surcharge',lang('select 
surcharge'));
                }
 
                function display_app_header()
@@ -610,6 +612,7 @@
                        
$GLOBALS['phpgw']->template->set_var('minutes',$values['minutes']);
                        
$GLOBALS['phpgw']->template->set_var('km_distance',$values['km_distance']);
                        
$GLOBALS['phpgw']->template->set_var('t_journey',$values['t_journey']);
+                       
$GLOBALS['phpgw']->template->set_var('surcharge_list',$this->boprojects->action_format($values['surcharge'],'charge'));
 
                        
$GLOBALS['phpgw']->template->set_var('start_date_select',$GLOBALS['phpgw']->common->dateformatorder($this->sbox->getYears('values[syear]',$values['syear']),
                                                                                
                                                                        
$this->sbox->getMonthText('values[smonth]',$values['smonth']),
@@ -1055,6 +1058,8 @@
                        
$GLOBALS['phpgw']->template->set_var('km_distance',$values['km_distance']);
                        
$GLOBALS['phpgw']->template->set_var('t_journey',$values['t_journey']);
 
+                       
$GLOBALS['phpgw']->template->set_var('surcharge_list',$this->boprojects->action_format($values['surcharge'],'charge'));
+
                        if($this->siteconfig['accounting'] == 'activity')
                        {
                                
$GLOBALS['phpgw']->template->set_var('activity_list',$this->boprojects->select_hours_activities($this->project_id,$activity_id));




reply via email to

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