-
Notifications
You must be signed in to change notification settings - Fork 513
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Display parent accounts with one child if they contain posts
Display parent accounts with one child if they contain posts to avoid the user thinking the parent account doesn't have any posts. Previously an account with postings and a child account would just display the child account balance, which hides the actual account balance. Fixes #2009
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 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,17 @@ | ||
2021/01/01 Test | ||
Left Column:Account A:Sub-Account 100 | ||
Right Column:Account 1:Sub-Account -100 | ||
|
||
2021/01/02 Test | ||
Left Column:Account A -100 | ||
Right Column:Account 2 100 | ||
|
||
test bal | ||
0 Left Column:Account A | ||
100 Sub-Account | ||
0 Right Column | ||
-100 Account 1:Sub-Account | ||
100 Account 2 | ||
-------------------- | ||
0 | ||
end test |