Fix currency.
This commit is contained in:
parent
bc4a69b64c
commit
a5769dad83
@ -28,7 +28,7 @@ import { OperationDeleteModalComponent } from './operationDeleteModal.component'
|
||||
|
||||
<td>{{ operation.label }}</td>
|
||||
|
||||
<td>{{ operation.value | currency:'EUR':yes }}</td>
|
||||
<td>{{ operation.value | currency:'EUR':true }}</td>
|
||||
|
||||
<td [class.text-warning]="operation.balance < 0"
|
||||
[class.text-danger]="operation.balance < account.authorized_overdraft">
|
||||
|
Loading…
Reference in New Issue
Block a user