noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 118/219: Task #0001297: Perfectionnement menu


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 118/219: Task #0001297: Perfectionnement menu COMPTA/ADV/OPEN Improve operation message
Date: Mon, 18 Dec 2017 13:22:48 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 5732650e595073503ea6cd647eb65d8f760bdc3a
Author: Dany De Bontridder <address@hidden>
Date:   Tue Oct 31 23:14:16 2017 +0100

    Task #0001297: Perfectionnement menu COMPTA/ADV/OPEN
    Improve operation message
---
 include/opening.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/opening.inc.php b/include/opening.inc.php
index 1ae51ba..40eb76f 100644
--- a/include/opening.inc.php
+++ b/include/opening.inc.php
@@ -229,7 +229,7 @@ if ($sa=='step4')
     $array=$saldo->get_saldo_exercice($p_periode);
     /*  we need to transform the array into a Acc_Ledger array */
     $result=array();
-    $result['desc']=_("Ecriture d'ouverture");
+    $result['desc']=sprintf(_("Ecriture d'ouverture 
%d"),$g_user->get_exercice());
     $result['nb_item']=sizeof($array);
     $result['p_jrn']=$p_jrn;
     $result["ac"]=$http->request("ac");



reply via email to

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