Make all imported transactions uncleared
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user