mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 09:47:14 +00:00
fix: Add posting date to key for consolidated view
(cherry picked from commit 2c164b47a1)
This commit is contained in:
@@ -482,6 +482,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