From 292a254bc193cfbd3d5e14524b368c6f93436c4e Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Thu, 1 May 2014 15:46:37 +0530 Subject: [PATCH] payment to invoice matching tool disabled temporarily --- erpnext/config/accounts.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 +]