mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-12 17:23:38 +00:00
company reload_doc delete docfield trashcompany button
This commit is contained in:
@@ -1203,4 +1203,5 @@ def execute(patch_no):
|
||||
elif patch_no == 303:
|
||||
pass
|
||||
elif patch_no == 304:
|
||||
reload_doc('setup', 'doctype', 'company')
|
||||
sql("delete from `tabDocField` where parent = 'company' and label = 'Trash Company' and fieldtype = 'button'")
|
||||
reload_doc('setup', 'doctype', 'company')
|
||||
|
||||
Reference in New Issue
Block a user