mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 22:35:03 +00:00
Various fixes. Sorry, lazy day.
This commit is contained in:
@@ -354,6 +354,7 @@
|
||||
},
|
||||
processIncomingGroupRow(transaction) {
|
||||
console.log(transaction);
|
||||
this.setTransactionType(transaction.type);
|
||||
this.transactions.push({
|
||||
description: transaction.description,
|
||||
date: transaction.date.substr(0, 10),
|
||||
|
Reference in New Issue
Block a user