fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12326] remove utf8_decode


From: Sigurd Nes
Subject: [Fmsystem-commits] [12326] remove utf8_decode
Date: Mon, 17 Nov 2014 19:27:27 +0000

Revision: 12326
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12326
Author:   sigurdne
Date:     2014-11-17 19:27:23 +0000 (Mon, 17 Nov 2014)
Log Message:
-----------
remove utf8_decode

Modified Paths:
--------------
    trunk/rental/inc/model/class.agresso_lg04.inc.php

Modified: trunk/rental/inc/model/class.agresso_lg04.inc.php
===================================================================
--- trunk/rental/inc/model/class.agresso_lg04.inc.php   2014-11-16 13:24:24 UTC 
(rev 12325)
+++ trunk/rental/inc/model/class.agresso_lg04.inc.php   2014-11-17 19:27:23 UTC 
(rev 12326)
@@ -496,7 +496,7 @@
                                'Art/konto inntektsside' => $account_in,
                                'Art/konto utgiftsside' => $account_out,//FIXME
                                'client_ref'                     => $client_ref,
-                               'header'                                 => 
utf8_decode($header),
+                               'header'                                 => 
$header,
                                'bill_year'                              => 
$bill_year,
                                'bill_month'                     => $bill_month,
                                'Ansvar'                                 => 
$responsibility_id,//FIXME
@@ -505,7 +505,7 @@
                                'name'                                   => 
$party_name,
                                'amount'                                 => 
$this->get_formatted_amount_excel($product_item['amount']),
 //                             'amount' => 
$this->get_formatted_amount($product_items[0]['amount']),
-                               'article description'    => 
utf8_decode($product_item['article_description']),
+                               'article description'    => 
$product_item['article_description'],
                                'article_code'                   => 
$product_item['article_code'],
                                'batch_id'                               => 
"BKBPE{$this->date_str}",
                                'client'                                 => 
'BY',
@@ -518,7 +518,7 @@
                                'batch_id'                               => 
"BKBPE{$this->date_str}",
                                'client'                                 => 
'BY',
                                'item_counter'                   => 
$item_counter,
-                               'text'                                   => 
utf8_decode($text),
+                               'text'                                   => 
$text,
                                'Kommentar'                             => 
'Kommentar',//FIXME
                        );
 




reply via email to

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