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

fix: Add posting date to key for consolidated view (#41808)
This commit is contained in:
Deepesh Garg
2024-06-06 17:49:05 +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"),