Change Restaurant icon type to module (#14578)

This commit is contained in:
Shreya Shah 2018-06-19 10:43:08 +05:30 committed by Nabin Hait
parent 5c3929c5ea
commit 77de8dc102
2 changed files with 2 additions and 1 deletions

View File

@ -346,7 +346,7 @@ def get_data():
"color": "#EA81E8",
"icon": "🍔",
"_doctype": "Restaurant",
"type": "list",
"type": "module",
"link": "List/Restaurant",
"label": _("Restaurant"),
"hidden": 1

View File

@ -550,3 +550,4 @@ erpnext.patches.v11_0.set_update_field_and_value_in_workflow_state
erpnext.patches.v11_0.update_total_qty_field
erpnext.patches.v11_0.update_sales_partner_type
erpnext.patches.v11_0.rename_asset_adjustment_doctype
execute:frappe.db.sql("update `tabDesktop Icon` set type = 'module' where module_name = 'Restaurant'")