From b8bcb2fede68959b3b87f99fefcd9f213d42ba9a Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sun, 21 Sep 2014 19:27:58 +0200 Subject: [PATCH] =?UTF-8?q?Task=20#0001030:=20PRINTBAL=20:=20mettre=20le?= =?UTF-8?q?=20num=C3=A9ro=20de=20compte=20en=20premi=C3=A8re=20colonne=20T?= =?UTF-8?q?ask=20#1030=20-=20PRINTBAL=20:=20mettre=20le=20num=C3=A9ro=20de?= =?UTF-8?q?=20compte=20en=20premi=C3=A8re=20colonne?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/balance.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/balance.inc.php b/include/balance.inc.php index b426275be..e23a181d7 100644 --- a/include/balance.inc.php +++ b/include/balance.inc.php @@ -330,8 +330,8 @@ if ( isset($_GET['view'] ) ) { echo ''; - echo td("Total niveau ".$ind,'style="font-weight:bold;"'); echo td(${'lvl'.$ind.'_old'},'style="font-weight:bold;"'); + echo td(${'lvl'.$ind.'_old'}." "._("Total niveau")." ".$ind,'style="font-weight:bold;"'); if ($previous==1) { echo td(nbm(${'lvl'.$ind}['sum_deb_previous']),'style="text-align:right;font-weight:bold;"'); echo td(nbm(${'lvl'.$ind}['sum_cred_previous']),'style="text-align:right;font-weight:bold;"');