Fix changing categories for transactions
Signed-off-by: William Brawner <me@wbrawner.com>
This commit is contained in:
parent
9ac3c15939
commit
c1f333426b
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ export class AddEditTransactionComponent implements OnInit, OnChanges {
|
|||
description: this.currentTransaction.description,
|
||||
amount: this.currentTransaction.amount * 100,
|
||||
date: this.currentTransaction.date,
|
||||
category: this.currentTransaction.categoryId,
|
||||
categoryId: this.currentTransaction.categoryId,
|
||||
expense: this.currentTransaction.expense
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue