payment to invoice matching tool disabled temporarily
diff --git a/erpnext/config/accounts.py b/erpnext/config/accounts.py
index 6adb9ae..7d56122 100644
--- a/erpnext/config/accounts.py
+++ b/erpnext/config/accounts.py
@@ -41,11 +41,11 @@
 				"name": "Bank Reconciliation",
 				"description": _("Update bank payment dates with journals.")
 			},
-			{
-				"type": "doctype",
-				"name": "Payment to Invoice Matching Tool",
-				"description": _("Match non-linked Invoices and Payments.")
-			},
+			# {
+			# 	"type": "doctype",
+			# 	"name": "Payment to Invoice Matching Tool",
+			# 	"description": _("Match non-linked Invoices and Payments.")
+			# },
 			{
 				"type": "doctype",
 				"name": "Period Closing Voucher",
@@ -295,4 +295,4 @@
 			},
 		]
 	},
-]
\ No newline at end of file
+]