Skip to content

Commit

Permalink
Update src/libs/ReportUtils.js
Browse files Browse the repository at this point in the history
Co-authored-by: Vit Horacek <[email protected]>
  • Loading branch information
yuwenmemon and mountiny authored Sep 18, 2023
1 parent b5b7e76 commit e8ab19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ReportUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,7 @@ function getModifiedExpenseOriginalMessage(oldTransaction, transactionChanges, i

if (_.has(transactionChanges, 'category')) {
originalMessage.oldCategory = TransactionUtils.getCategory(oldTransaction);
originalMessage.newCategory = transactionChanges.category;
originalMessage.category = transactionChanges.category;
}

return originalMessage;
Expand Down

0 comments on commit e8ab19d

Please sign in to comment.