Skip to content

Commit

Permalink
note
Browse files Browse the repository at this point in the history
  • Loading branch information
youngcw committed Mar 1, 2025
1 parent fda591d commit c9adf01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 1 addition & 3 deletions packages/loot-core/src/server/budget/categoryTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export class CategoryTemplate {
break;
}
case 'by': {
//TODO add the logic to run all of these at once or whatever is needed
// all by's get run at once
if (!byFlag) {
newBudget = this.runBy();
} else {
Expand Down Expand Up @@ -629,6 +629,4 @@ export class CategoryTemplate {
(totalNeeded - this.fromLastMonth) / (shortNumMonths + 1),
);
}

//private async runSchedule(template_lines) {}
}
6 changes: 6 additions & 0 deletions upcoming-release-notes/4486.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [youngcw]
---

Better processing of stacked By templates

0 comments on commit c9adf01

Please sign in to comment.