From ff9c3b4befe8ab5b387c0fb01e01819efb8c07ca Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Wed, 30 Nov 2011 15:55:31 +0000 Subject: [PATCH] =?UTF-8?q?format=20montant=20op.concern=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/template/form_ledger_fin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/template/form_ledger_fin.php b/include/template/form_ledger_fin.php index 24f940b5d..ee1e4d72a 100644 --- a/include/template/form_ledger_fin.php +++ b/include/template/form_ledger_fin.php @@ -32,7 +32,7 @@ echo ''; echo td($item['search'].$item['qcode']); echo td($item['span']); echo td($item['comment']); -echo td($item['amount']); +echo td(nbm($item['amount'])); echo td($item['concerned']); echo ''; }