mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 10:33:02 -05:00
🐛 Fix pluggy.ai foreigner currency transaction (#4712)
* Fix pluggy.ai foreigner currency transaction * Trigger actions * removed folder
This commit is contained in:
@@ -129,6 +129,8 @@ app.post(
|
||||
newTrans.transactionId = trans.id;
|
||||
newTrans.sortOrder = transactionDate.getTime();
|
||||
|
||||
delete trans.amount;
|
||||
|
||||
const finalTrans = { ...flattenObject(trans), ...newTrans };
|
||||
if (newTrans.booked) {
|
||||
booked.push(finalTrans);
|
||||
|
||||
6
upcoming-release-notes/4712.md
Normal file
6
upcoming-release-notes/4712.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [lelemm]
|
||||
---
|
||||
|
||||
Fix pluggy.ai foreigner currency transaction
|
||||
Reference in New Issue
Block a user