From 5dcaf7bd6d82e833555fe0b5ea0ffc0865a71b28 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 12 Dec 2011 19:43:10 +0000 Subject: [PATCH] =?UTF-8?q?souligne=20le=20n=C2=B0=20interne=20dans=20rapp?= =?UTF-8?q?rochement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/template/ledger_detail_bottom.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/template/ledger_detail_bottom.php b/include/template/ledger_detail_bottom.php index 68b87bb81..06720ed9c 100644 --- a/include/template/ledger_detail_bottom.php +++ b/include/template/ledger_detail_bottom.php @@ -29,7 +29,7 @@ if ($aRap != null ) { $remove=$rmReconciliation->input(); else $remove=''; - echo tr (td(''.$internal.'').td($amount).td($array_jr[0]['jr_comment']).td($remove)); + echo tr (td(''.$internal.'').td($amount).td($array_jr[0]['jr_comment']).td($remove)); } echo ''; }