From 87633d6be64bd2c82116f0ee81166b893754b797 Mon Sep 17 00:00:00 2001 From: ankitjavalkarwork Date: Tue, 22 Jul 2014 18:14:30 +0530 Subject: [PATCH] Payment Reconciliation Feature/Tool - Patch --- erpnext/patches.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/erpnext/patches.txt b/erpnext/patches.txt index 1a903de743..5ac1da151a 100644 --- a/erpnext/patches.txt +++ b/erpnext/patches.txt @@ -68,4 +68,6 @@ erpnext.patches.v4_1.set_outgoing_email_footer erpnext.patches.v4_1.fix_jv_remarks erpnext.patches.v4_1.fix_sales_order_delivered_status erpnext.patches.v4_1.fix_delivery_and_billing_status -execute:frappe.db.sql("update `tabAccount` set root_type='Liability' where root_type='Income' and report_type='Balance Sheet'") \ No newline at end of file +execute:frappe.db.sql("update `tabAccount` set root_type='Liability' where root_type='Income' and report_type='Balance Sheet'") +execute:frappe.delete_doc("DocType", "Payment to Invoice Matching Tool") +execute:frappe.delete_doc("DocType", "Payment to Invoice Matching Tool Detail") \ No newline at end of file