noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 30/44: acc_ledger_fin . translation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 30/44: acc_ledger_fin . translation
Date: Wed, 26 Dec 2018 04:29:55 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 47cab2980d9af34f6c9ef08eeb3091112f0b310f
Author: Dany De Bontridder <address@hidden>
Date:   Mon Dec 3 21:46:01 2018 +0100

    acc_ledger_fin . translation
---
 include/class/acc_ledger_fin.class.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/class/acc_ledger_fin.class.php 
b/include/class/acc_ledger_fin.class.php
index 86f84e3..dda8794 100644
--- a/include/class/acc_ledger_fin.class.php
+++ b/include/class/acc_ledger_fin.class.php
@@ -739,7 +739,8 @@ class Acc_Ledger_Fin extends Acc_Ledger
                        $amount = 0.0;
                        $idx_operation = 0;
                        $ret = '<table class="result" >';
-                       $ret.=tr(th('Date').th('n° interne') . th('Quick Code') 
. th('Nom') . th('Libellé') . th('Montant', ' style="text-align:right"'));
+                       $ret.=tr(th(_('Date')).th(_('n° interne')) . 
th(_('Quick Code'))
+                                . th(_('Nom')) . th(_('Libellé')) . 
th(_('Montant'), ' style="text-align:right"'));
                        // Credit = goods
                        $get_solde=true;
                        for ($i = 0; $i < $nb_item; $i++)



reply via email to

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