From 5732650e595073503ea6cd647eb65d8f760bdc3a Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 31 Oct 2017 23:14:16 +0100 Subject: [PATCH] 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 1ae51ba19..40eb76f07 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");