fix: Add posting date to key for consolidated view

(cherry picked from commit 2c164b47a1)
This commit is contained in:
Deepesh Garg
2024-06-06 17:22:27 +05:30
committed by Mergify
parent 08c06d1142
commit 94720851c6

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"),