fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [17551] property: invoice remark


From: sigurdne
Subject: [Fmsystem-commits] [17551] property: invoice remark
Date: Thu, 11 Jan 2018 06:49:35 -0500 (EST)

Revision: 17551
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17551
Author:   sigurdne
Date:     2018-01-11 06:49:35 -0500 (Thu, 11 Jan 2018)
Log Message:
-----------
property: invoice remark

Modified Paths:
--------------
    
thirdparty/PE_custom/BK_COMMON/property/inc/custom/default/BkBygg_exporter_data_til_Agresso.php
    
thirdparty/PE_custom/BK_COMMON/property/inc/custom/default/BkBygg_lag_Agresso_ordre_fra_melding.php

Modified: 
thirdparty/PE_custom/BK_COMMON/property/inc/custom/default/BkBygg_exporter_data_til_Agresso.php
===================================================================
--- 
thirdparty/PE_custom/BK_COMMON/property/inc/custom/default/BkBygg_exporter_data_til_Agresso.php
     2018-01-11 11:48:42 UTC (rev 17550)
+++ 
thirdparty/PE_custom/BK_COMMON/property/inc/custom/default/BkBygg_exporter_data_til_Agresso.php
     2018-01-11 11:49:35 UTC (rev 17551)
@@ -147,6 +147,7 @@
                                        'OrderType]' => 'WB',
                                        'Status' => 'N',
                                        'OrderDate' => date('Y-m-d'),
+                                       'HeaderText' => 
$param['invoice_remark'], // Fakturanotat
                                        'Currency' => 'NOK',
                                        'Seller' => array($Seller),
                                        'Buyer' => array($param['buyer']),

Modified: 
thirdparty/PE_custom/BK_COMMON/property/inc/custom/default/BkBygg_lag_Agresso_ordre_fra_melding.php
===================================================================
--- 
thirdparty/PE_custom/BK_COMMON/property/inc/custom/default/BkBygg_lag_Agresso_ordre_fra_melding.php
 2018-01-11 11:48:42 UTC (rev 17550)
+++ 
thirdparty/PE_custom/BK_COMMON/property/inc/custom/default/BkBygg_lag_Agresso_ordre_fra_melding.php
 2018-01-11 11:49:35 UTC (rev 17551)
@@ -211,6 +211,7 @@
                                'order_id' => $_ticket['order_id'],
                                'tax_code' => $tax_code,
                                'buyer' => $buyer,
+                               'invoice_remark' => $_ticket['invoice_remark'],
                                'lines' => array(
                                        array(
                                                'unspsc_code' => 
$_ticket['unspsc_code'] ? $_ticket['unspsc_code'] : 'UN-72000000',




reply via email to

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