Browse Source

Fix non english desktop icons

version-14
Nabin Hait 8 years ago
parent
commit
6d0cfaf27f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/patches.txt

+ 1
- 1
frappe/patches.txt View File

@@ -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

Loading…
Cancel
Save