fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16183] more on integration


From: sigurdne
Subject: [Fmsystem-commits] [16183] more on integration
Date: Mon, 23 Jan 2017 10:55:48 -0500 (EST)

Revision: 16183
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16183
Author:   sigurdne
Date:     2017-01-23 10:55:48 -0500 (Mon, 23 Jan 2017)
Log Message:
-----------
more on integration

Modified Paths:
--------------
    trunk/property/inc/custom/default/BkBygg_exporter_data_til_Agresso.php

Modified: trunk/property/inc/custom/default/BkBygg_exporter_data_til_Agresso.php
===================================================================
--- trunk/property/inc/custom/default/BkBygg_exporter_data_til_Agresso.php      
2017-01-22 16:48:30 UTC (rev 16182)
+++ trunk/property/inc/custom/default/BkBygg_exporter_data_til_Agresso.php      
2017-01-23 15:55:48 UTC (rev 16183)
@@ -91,9 +91,6 @@
 
                                $DetailInfo = array();
                                $DetailInfo[] = array(
-                                       'TaxCode' => $param['tax_code'] // Moms 
kode
-                               );
-                               $DetailInfo[] = array(
                                        'ReferenceCode' => array(
                                                'Code' => 'A0',
                                                'Value' => $param['dim0'] // Art
@@ -154,6 +151,8 @@
                                        $DetailInfo
                                );
 
+                               array_unshift($DetailInfo, array('TaxCode' => 
$param['tax_code']));
+
                                $Detail = array();
                                $i = 1;
                                foreach ($param['lines'] as $line)




reply via email to

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