Change Restaurant icon type to module (#14578)
This commit is contained in:
parent
5c3929c5ea
commit
77de8dc102
@ -346,7 +346,7 @@ def get_data():
|
|||||||
"color": "#EA81E8",
|
"color": "#EA81E8",
|
||||||
"icon": "🍔",
|
"icon": "🍔",
|
||||||
"_doctype": "Restaurant",
|
"_doctype": "Restaurant",
|
||||||
"type": "list",
|
"type": "module",
|
||||||
"link": "List/Restaurant",
|
"link": "List/Restaurant",
|
||||||
"label": _("Restaurant"),
|
"label": _("Restaurant"),
|
||||||
"hidden": 1
|
"hidden": 1
|
||||||
|
@ -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_total_qty_field
|
||||||
erpnext.patches.v11_0.update_sales_partner_type
|
erpnext.patches.v11_0.update_sales_partner_type
|
||||||
erpnext.patches.v11_0.rename_asset_adjustment_doctype
|
erpnext.patches.v11_0.rename_asset_adjustment_doctype
|
||||||
|
execute:frappe.db.sql("update `tabDesktop Icon` set type = 'module' where module_name = 'Restaurant'")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user