forked from actualbudget/actual
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug - Manually entered split transactions are not cleared on import
actualbudget#200 (actualbudget#1465) * Added clear transactions on import option * Added release note * Added cleared column to csv export * fixed Manually entered split transactions are not cleared on import * Revert "Added cleared column to csv export" This reverts commit 2952bc3. * added release note * Copied same code to Gocardless * Updated var name * Updated to only query changed transactions instead of all
- Loading branch information
Showing
2 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
category: Bugfix | ||
authors: [kstockk] | ||
--- | ||
|
||
Fixed clearing split transactions when importing matched transactions |