-
-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:bal:budget: don't omit necessary parent accounts in tree mode (#2071
) Parent accounts with no actual or goal amounts would ideally be shown elided on the same line, but the budget report in tree mode was omitting them completely. Now --budget always shows them. The effect is much like forcing --no-elide on, except it might not show goal amounts that --no-elide does show. It's not a wonderful fix, but the budget report code is twisty and I can't afford to spend more time on this.
- Loading branch information
1 parent
c701e3a
commit a871f27
Showing
2 changed files
with
63 additions
and
12 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