phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.uiinvoice.inc.php, 1.11
Date: Sat, 23 Oct 2004 10:55:46 +0200

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

date: 2004/10/23 08:55:46;  author: sigurdne;  state: Exp;  lines: +9 -0

Log Message:
added $GLOBALS['phpgw']->xslttpl->pp();
=====================================================================
Index: property/inc/class.uiinvoice.inc.php
diff -u property/inc/class.uiinvoice.inc.php:1.10 
property/inc/class.uiinvoice.inc.php:1.11
--- property/inc/class.uiinvoice.inc.php:1.10   Fri Oct 22 13:59:42 2004
+++ property/inc/class.uiinvoice.inc.php        Sat Oct 23 08:55:46 2004
@@ -330,6 +330,7 @@
                                $data['table_header_list_voucher_paid'] = 
$table_header;
                                $data['values_list_voucher_paid']               
= $content;
                                
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_voucher_paid' => 
$data));
+                               $GLOBALS['phpgw']->xslttpl->pp();
                        }
                        else
                        {
@@ -351,6 +352,7 @@
                                $data['table_add_invoice']                      
        = $table_add;
 
                                
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_voucher' => $data));
+                               $GLOBALS['phpgw']->xslttpl->pp();
                        }
                        $this->save_sessiondata();
 
@@ -546,6 +548,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_invoice_sub' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }
 
@@ -589,6 +592,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
$function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit_period' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                }
 
                function remark()
@@ -611,6 +615,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('remark' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                }
 
                function consume()
@@ -776,6 +781,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('consume' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
 
                        $this->save_sessiondata();
                }
@@ -819,6 +825,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('delete' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                }
 
                function add()
@@ -1136,6 +1143,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        $GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('add' 
=> $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                }
 
                function debug($values)
@@ -1272,6 +1280,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('debug' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                }
 
                function view_order()




reply via email to

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