Merge pull request #41808 from deepeshgarg007/general_ledger_key

fix: Add posting date to key for consolidated view
This commit is contained in:
Deepesh Garg
2024-06-06 17:43:43 +05:30
committed by GitHub

View File

@@ -485,6 +485,7 @@ def get_accountwise_gle(filters, accounting_dimensions, gl_entries, gle_map):
elif group_by_voucher_consolidated:
keylist = [
gle.get("posting_date"),
gle.get("voucher_type"),
gle.get("voucher_no"),
gle.get("account"),