Skip to content

Commit

Permalink
Merge pull request #41808 from deepeshgarg007/general_ledger_key
Browse files Browse the repository at this point in the history
fix: Add posting date to key for consolidated view
  • Loading branch information
deepeshgarg007 committed Jun 6, 2024
2 parents 746f956 + 2c164b4 commit c992656
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 c992656

Please sign in to comment.