From 6d0cfaf27f4c84863b01af867abd112e1dc1a2b4 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 12 Apr 2017 19:18:01 +0530 Subject: [PATCH] Fix non english desktop icons --- frappe/patches.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/patches.txt b/frappe/patches.txt index 82b1c54616..3807b9f77b 100644 --- a/frappe/patches.txt +++ b/frappe/patches.txt @@ -176,4 +176,4 @@ frappe.patches.v8_0.newsletter_childtable_migrate execute:frappe.db.sql("delete from `tabDesktop Icon` where module_name='Communication'") execute:frappe.db.sql("update `tabDesktop Icon` set type='list' where _doctype='Communication'") frappe.patches.v8_0.fix_non_english_desktop_icons # 2017-04-12 -frappe.patches.v8_0.set_doctype_values_in_custom_role +frappe.patches.v8_0.set_doctype_values_in_custom_role \ No newline at end of file