payment entry improvements and deletion of payment tool
diff --git a/erpnext/patches.txt b/erpnext/patches.txt
index 45fa3f3..9a584cb 100644
--- a/erpnext/patches.txt
+++ b/erpnext/patches.txt
@@ -294,4 +294,5 @@
 erpnext.patches.v7_0.make_is_group_fieldtype_as_check
 execute:frappe.reload_doc('projects', 'doctype', 'timesheet', force=True)
 execute:frappe.delete_doc_if_exists("Report", "Employee Holiday Attendance")
-
+execute:frappe.delete_doc_if_exists("DocType", "Payment Tool")
+execute:frappe.delete_doc_if_exists("DocType", "Payment Tool Detail")