phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/import/Import_fra_Service_xml, 1.8


From: nomail
Subject: [Phpgroupware-cvs] property/inc/import/Import_fra_Service_xml, 1.8
Date: Wed, 15 Sep 2004 22:08:53 +0200

Update of /property/inc/import
Modified Files:
        Branch: 
          Import_fra_Service_xml

date: 2004/09/15 20:08:53;  author: sigurdne;  state: Exp;  lines: +6 -0

Log Message:
no message
=====================================================================
Index: property/inc/import/Import_fra_Service_xml
diff -u property/inc/import/Import_fra_Service_xml:1.7 
property/inc/import/Import_fra_Service_xml:1.8
--- property/inc/import/Import_fra_Service_xml:1.7      Fri Sep 10 08:57:14 2004
+++ property/inc/import/Import_fra_Service_xml  Wed Sep 15 20:08:53 2004
@@ -200,6 +200,12 @@
                                $buffer[$this->id]['oppsynsmannid'] = 
$invoice_common['janitor'];
                                $buffer[$this->id]['saksbehandlerid'] = 
$invoice_common['supervisor'];
                                $buffer[$this->id]['budsjettansvarligid'] = 
$invoice_common['budget_responsible'];
+                               if($invoice_common['auto_tax'])
+                               {
+                                       $buffer[$this->id]['mvakode'] = 
$this->soXport->tax_b_account_override($buffer[$this->id]['mvakode'] 
,$buffer[$this->id]['spbudact_code']);
+                                       $buffer[$this->id]['mvakode'] = 
$this->soXport->tax_vendor_override($buffer[$this->id]['mvakode'] 
,$buffer[$this->id]['spvend_code']);
+                                       $buffer[$this->id]['kostra_id'] = 
$this->soXport->get_kostra_id($buffer[$this->id]['dima']);
+                               }
 
                        }
                        return $buffer;




reply via email to

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