diff --git a/erpnext/config/accounts.py b/erpnext/config/accounts.py index 6adb9aeeb4..7d56122de2 100644 --- a/erpnext/config/accounts.py +++ b/erpnext/config/accounts.py @@ -41,11 +41,11 @@ data = [ "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 @@ data = [ }, ] }, -] \ No newline at end of file +]