refactor: include Payment ledger in accounting dimensions list

This commit is contained in:
ruthra kumar 2022-05-16 14:32:58 +05:30 committed by Nabin Hait
parent 8e72f19bfb
commit 7b1cb6711d

View File

@ -487,6 +487,7 @@ communication_doctypes = ["Customer", "Supplier"]
accounting_dimension_doctypes = [ accounting_dimension_doctypes = [
"GL Entry", "GL Entry",
"Payment Ledger Entry",
"Sales Invoice", "Sales Invoice",
"Purchase Invoice", "Purchase Invoice",
"Payment Entry", "Payment Entry",