From a5769dad839d34f060a562f11ccb603b68b43e0e Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 30 Jul 2017 15:35:46 +0200 Subject: [PATCH] Fix currency. --- src/operations/operationRow.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/operations/operationRow.component.ts b/src/operations/operationRow.component.ts index ef7d208..d978268 100644 --- a/src/operations/operationRow.component.ts +++ b/src/operations/operationRow.component.ts @@ -28,7 +28,7 @@ import { OperationDeleteModalComponent } from './operationDeleteModal.component' {{ operation.label }} -{{ operation.value | currency:'EUR':yes }} +{{ operation.value | currency:'EUR':true }}