minor: remove useless patch
This commit is contained in:
parent
d5fdc670f7
commit
bedcc52cbe
1 changed files with 0 additions and 19 deletions
|
|
@ -1,19 +0,0 @@
|
|||
import frappe
|
||||
|
||||
def execute():
|
||||
icon_obj = {
|
||||
'doctype': 'Desktop Icon',
|
||||
'module_name': 'Social',
|
||||
'label': 'Social',
|
||||
'standard': 1,
|
||||
'idx': 15,
|
||||
'type': 'link',
|
||||
'color': '#FF4136',
|
||||
'link': 'social/home',
|
||||
'icon': 'octicon octicon-heart'
|
||||
}
|
||||
|
||||
if not frappe.db.exists(icon_obj):
|
||||
icon = frappe.get_doc(icon_obj)
|
||||
icon.insert()
|
||||
frappe.db.commit()
|
||||
Loading…
Add table
Reference in a new issue