From cfb3d872673844f04f5c9dd3f7d7f56288e5dd22 Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Thu, 14 Dec 2023 12:16:50 +0530 Subject: [PATCH] refactor: update dimension doctypes in hooks --- erpnext/hooks.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 6efb893e63..cd588c87a6 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -538,6 +538,8 @@ accounting_dimension_doctypes = [ "Account Closing Balance", "Supplier Quotation", "Supplier Quotation Item", + "Payment Reconciliation", + "Payment Reconciliation Allocation", ] get_matching_queries = (