mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
latter_head docfield delete
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# REMEMBER to update this
|
# REMEMBER to update this
|
||||||
# ========================
|
# ========================
|
||||||
|
|
||||||
last_patch = 321
|
last_patch = 322
|
||||||
|
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
|
|
||||||
@@ -1283,3 +1283,5 @@ def execute(patch_no):
|
|||||||
reload_doc('setup', 'doctype', 'series_detail')
|
reload_doc('setup', 'doctype', 'series_detail')
|
||||||
elif patch_no == 321:
|
elif patch_no == 321:
|
||||||
reload_doc('hr','doctype','leave_application')
|
reload_doc('hr','doctype','leave_application')
|
||||||
|
elif patch_no == 322:
|
||||||
|
sql("delete from `tabDocField` where parent = 'Leave Application' and fieldname = 'latter_head'")
|
||||||
|
|||||||
Reference in New Issue
Block a user