From 7b1cb6711d16e84cea410d9dd92682a5eb72f00c Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Mon, 16 May 2022 14:32:58 +0530 Subject: [PATCH] refactor: include Payment ledger in accounting dimensions list --- erpnext/hooks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 813ac17ca0..1c4bbbc3fc 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -487,6 +487,7 @@ communication_doctypes = ["Customer", "Supplier"] accounting_dimension_doctypes = [ "GL Entry", + "Payment Ledger Entry", "Sales Invoice", "Purchase Invoice", "Payment Entry",