commit | 7b1cb6711d16e84cea410d9dd92682a5eb72f00c | [log] [tgz] |
---|---|---|
author | ruthra kumar <ruthra@erpnext.com> | Mon May 16 14:32:58 2022 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri May 20 18:21:47 2022 +0530 |
tree | 926a5e7124f26ec6cb041f624269c40719b7797f | |
parent | 8e72f19bfb298c578979cc509f3b892e493d39d1 [diff] |
refactor: include Payment ledger in accounting dimensions list
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 813ac17..1c4bbbc 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py
@@ -487,6 +487,7 @@ accounting_dimension_doctypes = [ "GL Entry", + "Payment Ledger Entry", "Sales Invoice", "Purchase Invoice", "Payment Entry",