Add account_id in Operation.

This commit is contained in:
Alexis Lahouze 2017-07-29 22:27:25 +02:00
parent 75dc2afc80
commit 0a5a7e72e3
1 changed files with 1 additions and 0 deletions

View File

@ -6,4 +6,5 @@ export class Operation {
label: string;
value: number;
category: string;
account_id: number;
}