From 82ec488b9999b85e5cec062f0af7820b34793a07 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/erpnext/patches.txt b/erpnext/patches.txt index 676e0d186a..1a80ef0938 100644 --- a/erpnext/patches.txt +++ b/erpnext/patches.txt @@ -73,3 +73,5 @@ execute:frappe.delete_doc("DocType", "Payment to Invoice Matching Tool") execute:frappe.delete_doc("DocType", "Payment to Invoice Matching Tool Detail") execute:frappe.delete_doc("Page", "trial-balance") #2014-07-22 erpnext.patches.v4_2.delete_old_print_formats +execute:frappe.delete_doc("DocType", "Payment to Invoice Matching Tool") +execute:frappe.delete_doc("DocType", "Payment to Invoice Matching Tool Detail")