fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [17605] agresso integration: max length


From: sigurdne
Subject: [Fmsystem-commits] [17605] agresso integration: max length
Date: Wed, 17 Jan 2018 06:42:17 -0500 (EST)

Revision: 17605
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17605
Author:   sigurdne
Date:     2018-01-17 06:42:17 -0500 (Wed, 17 Jan 2018)
Log Message:
-----------
agresso integration: max length

Modified Paths:
--------------
    
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_lag_Agresso_ordre_fra_melding.php
===================================================================
--- 
thirdparty/PE_custom/BK_COMMON/property/inc/custom/default/BkBygg_lag_Agresso_ordre_fra_melding.php
 2018-01-17 11:42:00 UTC (rev 17604)
+++ 
thirdparty/PE_custom/BK_COMMON/property/inc/custom/default/BkBygg_lag_Agresso_ordre_fra_melding.php
 2018-01-17 11:42:17 UTC (rev 17605)
@@ -211,7 +211,7 @@
                                'order_id' => $_ticket['order_id'],
                                'tax_code' => $tax_code,
                                'buyer' => $buyer,
-                               'invoice_remark' => $_ticket['invoice_remark'],
+                               'invoice_remark' => 
mb_substr($_ticket['invoice_remark'], 0, 120),
                                '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]