From bcf645ad9b68f26260ed8aebd642aabe980f0159 Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Mon, 20 May 2019 10:18:05 +0530 Subject: [PATCH] fix: Typo --- frappe/patches.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/patches.txt b/frappe/patches.txt index 50ba7b6ec3..d196430bbc 100644 --- a/frappe/patches.txt +++ b/frappe/patches.txt @@ -236,4 +236,4 @@ frappe.patches.v11_0.fix_order_by_in_reports_json execute:frappe.delete_doc('Page', 'applications', ignore_missing=True) frappe.patches.v11_0.set_missing_creation_and_modified_value_for_user_permissions frappe.patches.v11_0.remove_doctype_user_permissions_for_page_and_report #2019-05-01 -frappe.patches.v11_0.apply_customization _to_custom_doctype \ No newline at end of file +frappe.patches.v11_0.apply_customization_to_custom_doctype \ No newline at end of file