From e93b4a1f2ccede787e68b78ad0b569ac735094ca Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Fri, 12 Apr 2024 16:51:11 +0530 Subject: [PATCH] refactor: add payment request to dimension list --- erpnext/hooks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/hooks.py b/erpnext/hooks.py index a31f011be61..c2a028b43e3 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -534,6 +534,7 @@ accounting_dimension_doctypes = [ "Supplier Quotation Item", "Payment Reconciliation", "Payment Reconciliation Allocation", + "Payment Request", ] get_matching_queries = (