mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
Fixing import of reconciled split transactions (#2543)
* Fixing import of reconciled split transactions * Adding release note
This commit is contained in:
@@ -54,6 +54,7 @@ export function makeChild<T extends GenericTransactionEntity>(
|
||||
account: parent.account,
|
||||
date: parent.date,
|
||||
cleared: parent.cleared != null ? parent.cleared : null,
|
||||
reconciled: 'reconciled' in data ? data.reconciled : parent.reconciled,
|
||||
starting_balance_flag:
|
||||
parent.starting_balance_flag != null
|
||||
? parent.starting_balance_flag
|
||||
|
||||
6
upcoming-release-notes/2543.md
Normal file
6
upcoming-release-notes/2543.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [davidkus]
|
||||
---
|
||||
|
||||
When importing reconciled split transaction, the resulting sub-transactions is also marked as reconciled.
|
||||
Reference in New Issue
Block a user