web payment not showing amount fixed

This commit is contained in:
Gerard 2018-11-22 16:09:30 +01:00
parent 29bea28dd3
commit a9f3b50394
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
</vn-icon-button>
</vn-td>
<vn-td>{{::transaction.id}}</vn-td>
<vn-td number>{{::transaction.amount | currency: ' '}}</vn-td>
<vn-td number>{{::transaction.amount | currency: ' ':2}}</vn-td>
<vn-td>{{::transaction.created | date:'dd/MM/yyyy'}}</vn-td>
<vn-td>
<vn-icon orange