Skip to content

Commit

Permalink
fix: Add posting date to key for consolidated view
Browse files Browse the repository at this point in the history
  • Loading branch information
deepeshgarg007 committed Jun 6, 2024
1 parent 289d216 commit 2c164b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions erpnext/accounts/report/general_ledger/general_ledger.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ def update_value_in_dict(data, key, gle):

elif group_by_voucher_consolidated:
keylist = [
gle.get("posting_date"),
gle.get("voucher_type"),
gle.get("voucher_no"),
gle.get("account"),
Expand Down

0 comments on commit 2c164b4

Please sign in to comment.