phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.uiinvoice.php, 1.1.1.4


From: nomail
Subject: [Phpgroupware-cvs] property/class.uiinvoice.php, 1.1.1.4
Date: Fri, 21 May 2004 19:03:19 -0000

Update of /property
Modified Files:
        Branch: 
          class.uiinvoice.php

date: 2004/04/24 19:39:54;  author: sigurdne;  state: Exp;  lines: +4 -4

Log Message:
no message
=====================================================================
Index: property/class.uiinvoice.php
diff -u property/class.uiinvoice.php:1.1.1.3 
property/class.uiinvoice.php:1.1.1.4
--- property/class.uiinvoice.php:1.1.1.3        Fri Apr 23 21:26:33 2004
+++ property/class.uiinvoice.php        Sat Apr 24 19:39:54 2004
@@ -41,7 +41,7 @@
                function property_uiinvoice()
                {
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = True;
-                       $this->currentapp                       = 'property'; 
//$GLOBALS['phpgw_info']['flags']['currentapp'];
+                       $this->currentapp                       = 'property'; 
//$GLOBALS['phpgw_data']['flags']['req_app'];
                        $this->account                          = 
$GLOBALS['phpgw_data']['user']['id'];
 
                        $this->bo                                       = 
CreateObject($this->currentapp.'_boinvoice',True);
@@ -245,7 +245,7 @@
 
                        $msgbox_data = $this->bocommon->msgbox_data($receipt);
 
-                       $data['msgbox_data']                                    
= $GLOBALS['phpgw']->common->msgbox($msgbox_data);
+               //      $data['msgbox_data']                                    
= $GLOBALS['phpgw']->common->msgbox($msgbox_data);
                        $data['sum']                                            
        = number_format($sum, 2, ',', '');
                        $data['overlib_source']                                 
= './'.$this->currentapp.'/inc/overlib.js';
                        $data['links']                                          
        = $links;
@@ -496,7 +496,7 @@
                        (
                                'img_check'                                     
        => 
$GLOBALS['phpgw']->common->get_image_path($this->currentapp).'/check.gif',
                                'check_source'                                  
=> './'.$this->currentapp.'/inc/check.js',
-                               'msgbox_data'                                   
=> $GLOBALS['phpgw']->common->msgbox($msgbox_data),
+                               //'msgbox_data'                                 
=> $GLOBALS['phpgw']->common->msgbox($msgbox_data),
                                'sum'                                           
        => number_format($sum, 2, ',', ''),
                                'overlib_source'                                
=> './'.$this->currentapp.'/inc/overlib.js',
                                'form_action'                                   
=> $this->bocommon->link('/index.php',$link_data),
@@ -561,7 +561,7 @@
 
                        $data = array
                        (
-                               'msgbox_data'                                   
=> $GLOBALS['phpgw']->common->msgbox($msgbox_data),
+                               //'msgbox_data'                                 
=> $GLOBALS['phpgw']->common->msgbox($msgbox_data),
                                'period_list'                                   
=> $this->bo->period_list($period),
                                'function_msg'                                  
=> $function_msg,
                                'form_action'                                   
=> $this->bocommon->link('/index.php',$link_data),




reply via email to

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