Merge pull request #41809 from frappe/mergify/bp/version-15-hotfix/pr-41808

fix: Add posting date to key for consolidated view (#41808)
This commit is contained in:
Deepesh Garg
2024-06-06 17:47:35 +05:30
committed by GitHub

View File

@@ -482,6 +482,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"),