From 0a5a7e72e3cb383e5f9d0fd98456467fb4e3567f Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sat, 29 Jul 2017 22:27:25 +0200 Subject: [PATCH] Add account_id in Operation. --- src/operations/operation.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/operations/operation.ts b/src/operations/operation.ts index 82afb7d..e8e2867 100644 --- a/src/operations/operation.ts +++ b/src/operations/operation.ts @@ -6,4 +6,5 @@ export class Operation { label: string; value: number; category: string; + account_id: number; }