Make all imported transactions uncleared

This commit is contained in:
2025-04-12 23:35:36 +02:00
parent 53e8474706
commit f3e8bb9c9b

View File

@@ -54,6 +54,7 @@ export class Actual {
amount: utils.amountToInteger(transaction.amount),
notes: transaction.title,
imported_payee: transaction.to,
cleared: false
};
const findAccount = (name: string) => {