Fix currency pipes.
This commit is contained in:
parent
d0159b3fb6
commit
abfaab8743
@ -27,11 +27,11 @@ import { OperationEditModalComponent } from './operationEditModal.component';
|
||||
|
||||
<td>{{ operation.label }}</td>
|
||||
|
||||
<td>{{ operation.value | currency:'EUR':true }}</td>
|
||||
<td>{{ operation.value | currency:'EUR':'symbol' }}</td>
|
||||
|
||||
<td [class.text-warning]="operation.balance < 0"
|
||||
[class.text-danger]="operation.balance < account.authorized_overdraft">
|
||||
{{ operation.balance | currency:'EUR':true }}
|
||||
{{ operation.balance | currency:'EUR':'symbol' }}
|
||||
</td>
|
||||
|
||||
<td>{{ operation.category }}</td>
|
||||
|
Loading…
Reference in New Issue
Block a user