mark transactions as reconciled

This commit is contained in:
Robert Dyer
2024-07-01 10:19:46 -05:00
parent 9e94ad39f1
commit 96d0fc109c
4 changed files with 8 additions and 1 deletions
+2
View File
@@ -64,6 +64,8 @@ async function getKBB(URL) {
date: new Date(),
payee: payeeId,
amount: diff,
cleared: true,
reconciled: true,
notes: `Update KBB to ${kbb / 100}`,
}]);
}