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 ''; }