format montant op.concernée
This commit is contained in:
parent
c13ffb904d
commit
ff9c3b4bef
1 changed files with 1 additions and 1 deletions
|
|
@ -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>';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue