Skip to content

Commit

Permalink
Fix subledger account filter in account statement
Browse files Browse the repository at this point in the history
  • Loading branch information
efrain-jerv committed Jan 29, 2022
1 parent 97853db commit e691e4a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ private FixedList<BalanceEntry> CombineSubledgerAccountsWithBalanceEntries(
entry.LastChangeDate = summary.LastChangeDate > entry.LastChangeDate ?
summary.LastChangeDate : entry.LastChangeDate;
summary.SubledgerAccountId = 0;
summary.SubledgerAccountNumber = entry.SubledgerAccountNumber;
}

returnedEntries.Add(entry);
Expand Down

0 comments on commit e691e4a

Please sign in to comment.