web payment not showing amount fixed
This commit is contained in:
parent
29bea28dd3
commit
a9f3b50394
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue