payment to invoice matching tool disabled temporarily

This commit is contained in:
Nabin Hait
2014-05-01 15:46:37 +05:30
parent 5b98340d15
commit 292a254bc1

View File

@@ -41,11 +41,11 @@ data = [
"name": "Bank Reconciliation", "name": "Bank Reconciliation",
"description": _("Update bank payment dates with journals.") "description": _("Update bank payment dates with journals.")
}, },
{ # {
"type": "doctype", # "type": "doctype",
"name": "Payment to Invoice Matching Tool", # "name": "Payment to Invoice Matching Tool",
"description": _("Match non-linked Invoices and Payments.") # "description": _("Match non-linked Invoices and Payments.")
}, # },
{ {
"type": "doctype", "type": "doctype",
"name": "Period Closing Voucher", "name": "Period Closing Voucher",
@@ -295,4 +295,4 @@ data = [
}, },
] ]
}, },
] ]