mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 15:00:27 +00:00
fix: Add posting date to key for consolidated view
This commit is contained in:
@@ -485,6 +485,7 @@ def get_accountwise_gle(filters, accounting_dimensions, gl_entries, gle_map):
|
|||||||
|
|
||||||
elif group_by_voucher_consolidated:
|
elif group_by_voucher_consolidated:
|
||||||
keylist = [
|
keylist = [
|
||||||
|
gle.get("posting_date"),
|
||||||
gle.get("voucher_type"),
|
gle.get("voucher_type"),
|
||||||
gle.get("voucher_no"),
|
gle.get("voucher_no"),
|
||||||
gle.get("account"),
|
gle.get("account"),
|
||||||
|
|||||||
Reference in New Issue
Block a user