fix: Add posting date to key for consolidated view

This commit is contained in:
Deepesh Garg
2024-06-06 17:22:27 +05:30
parent 289d216552
commit 2c164b47a1

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