From 4dbeabc8efaca892be558783322769c3f41c564e 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 (cherry picked from commit e93b4a1f2ccede787e68b78ad0b569ac735094ca) --- erpnext/hooks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 3643afb2b13..64cbc297d20 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -540,6 +540,7 @@ accounting_dimension_doctypes = [ "Supplier Quotation Item", "Payment Reconciliation", "Payment Reconciliation Allocation", + "Payment Request", ] get_matching_queries = (