format montant op.concernée

This commit is contained in:
Dany De Bontridder 2011-11-30 15:55:31 +00:00
parent c13ffb904d
commit ff9c3b4bef

View file

@ -32,7 +32,7 @@ echo '<tr>';
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 '</tr>';
}