Skip to content

Commit

Permalink
recalculateSplit one last time to clear any erroneous errors (#3624)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjones512 authored Oct 15, 2024
1 parent 1a13e98 commit 02824ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/loot-core/src/server/accounts/rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ export function execActions(actions: Action[], transaction) {
// Remove that entry from the subtransactions.
update.subtransactions = update.subtransactions.slice(1);

return update;
return recalculateSplit(update);
}

export class Rule {
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/3624.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [Sjones512]
---

Fix rules for scheduled transactions incorrectly showing a split error when the all splits are "fixed-amount".

0 comments on commit 02824ad

Please sign in to comment.