Fix currency.

This commit is contained in:
Alexis Lahouze 2017-07-30 15:35:46 +02:00
parent bc4a69b64c
commit a5769dad83
1 changed files with 1 additions and 1 deletions

View File

@ -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">