phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/import/Import_fra_Service, 1.1.1.4


From: nomail
Subject: [Phpgroupware-cvs] property/import/Import_fra_Service, 1.1.1.4
Date: Sun, 23 May 2004 16:22:04 -0000

Update of /property/import
Modified Files:
        Branch: 
          Import_fra_Service

date: 2004/05/05 07:13:28;  author: sigurdne;  state: Exp;  lines: +6 -4

Log Message:
no message
=====================================================================
Index: property/import/Import_fra_Service
diff -u property/import/Import_fra_Service:1.1.1.3 
property/import/Import_fra_Service:1.1.1.4
--- property/import/Import_fra_Service:1.1.1.3  Fri Apr 23 21:26:32 2004
+++ property/import/Import_fra_Service  Wed May  5 07:13:28 2004
@@ -25,10 +25,10 @@
 
                function import_conv()
                {
-                       $this->currentapp       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
-                       $this->soXport          = 
CreateObject($this->currentapp.'.soXport');   
-                       $this->invoice          = 
CreateObject($this->currentapp.'.boinvoice');
-                       $this->bocommon         = 
CreateObject($this->currentapp.'.bocommon');
+                       $this->currentapp       = 'property'; 
//$GLOBALS['phpgw_data']['flags']['req_app'];
+                       $this->soXport          = 
CreateObject($this->currentapp.'_soXport');   
+                       $this->invoice          = 
CreateObject($this->currentapp.'_boinvoice');
+                       $this->bocommon         = 
CreateObject($this->currentapp.'_bocommon');
                        $this->dateformat       = $this->bocommon->dateformat;
                        $this->datetimeformat   = 
$this->bocommon->datetimeformat;
                        $this->next_bilagsnr    = 
$this->invoice->next_bilagsnr();
@@ -113,6 +113,8 @@
 
                function import_end_record($buffer,$invoice_common)
                {
+
+//html_print_r($invoice_common);
                        $buffer[$this->id]='';
                        while ( list($name, $value) = 
each($this->currentrecord))
                        {




reply via email to

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